Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Nasty strings to use in tests.

Copyright: 2013 David MonllaĆ³
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 116 lines (4 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

nasty_strings:: (3 methods):
  get()
  reset_used_strings()
  random_index()


Class: nasty_strings  - X-Ref

Nasty strings manager.

Responds to nasty strings requests with a random string of the list
to try with different combinations in different places.

get($key)   X-Ref
Returns a nasty string and stores the key mapping.

param: string $key The key
return: string

reset_used_strings()   X-Ref
Resets the used strings var.

return: void

random_index()   X-Ref
Returns a random index.

return: int