Skip to content

Commit 6d1872e

Browse files
committed
Remove no longer needed autoloader configuration for test classes
1 parent 0436f08 commit 6d1872e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/bootstrap.php

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
*/
99

1010
$loader = require __DIR__ . '/../vendor/autoload.php';
11-
$loader->add('Resque_Tests', __DIR__);
1211

1312
define('TEST_MISC', realpath(__DIR__ . '/misc/'));
1413
define('REDIS_CONF', TEST_MISC . '/redis.conf');

0 commit comments

Comments
 (0)