Skip to content

Commit

Permalink
Remove no longer needed autoloader configuration for test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jul 13, 2023
1 parent 0436f08 commit 6d1872e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

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

define('TEST_MISC', realpath(__DIR__ . '/misc/'));
define('REDIS_CONF', TEST_MISC . '/redis.conf');
Expand Down

0 comments on commit 6d1872e

Please sign in to comment.