moodle/lib/tests/other
Eloy Lafuente (stronk7) ee439d017e MDL-67115 core: php74 params order for implode()/join()
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).

This commit corresponds to phpunit and manual detections, core files.
2020-01-19 18:47:07 +01:00
..
chartjstestpage.php
completion.manualtest.txt
jquerypage.php
pdflibtestpage.php MDL-67115 core: php74 params order for implode()/join() 2020-01-19 18:47:07 +01:00
spreadsheettestpage.php MDL-65741 libraries: Fix coding style errors in Excel lib 2019-07-05 15:59:37 +02:00
todochecker.php