Skip to content

Commit

Permalink
No need to load example src in main test/bootstrap.php anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed Feb 18, 2014
1 parent 38f3af7 commit 0aae870
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 @@ -3,6 +3,5 @@
$loader = require __DIR__.'/../vendor/autoload.php';
$loader->add('Lily\Test', __DIR__);
$loader->add('Lily\Mock', __DIR__);
$loader->addPsr4('Lily\Example\\', __DIR__.'/../example/src');

session_start();

0 comments on commit 0aae870

Please sign in to comment.