1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00
tgseclib/tests
Andreas Fischer bbb47168da [task/fix-test-autoloader] Fix autoloader to support failing/erroring tests.
Before showing error output PHPUnit 3.7.x calls class_exists() on some PHPUnit
Extension class names that may not exist. Calling class_exists() already
triggers the autoload function in which require() then obviously fails.

We now check whether a file is includable by simply looping over all possible
include directories.
2013-01-03 18:51:15 +01:00
..
Crypt/Hash [feature/hash-tests] Tests for the MD5 hash algorithm. 2012-08-20 13:55:03 +02:00
Math [feature/phpunit] Change test class name to reflect the path it is in. 2012-06-06 13:08:11 +02:00
bootstrap.php [task/fix-test-autoloader] Fix autoloader to support failing/erroring tests. 2013-01-03 18:51:15 +01:00