moodle/admin/tool/phpunit
Russell Smith 1fcf0ca8a5 MDL-35628 performance: Remove dirname() where possible.
dirname() is a slow function compared with __DIR__ and using
'/../'.  Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code.  This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
..
cli MDL-49840 testing: Ensure that composer dependencies are updated 2015-04-16 09:00:03 +08:00
lang/en MDL-31857basic phpunit support 2012-03-21 10:31:37 +01:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
settings.php MDL-32323 minor phpunit related improvements and cleanup 2012-04-10 15:27:01 +02:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
webrunner.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00