Skip to content

Commit

Permalink
Merge pull request Napp#2 from ilbonzo/test-bootstrap
Browse files Browse the repository at this point in the history
fixed require autoload path in test bootstrap
  • Loading branch information
Mads Møller authored Feb 6, 2018
2 parents f784eb6 + 9667dff commit d043daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
* file that was distributed with this source code.
*/

require_once __DIR__.'/../../../../vendor/autoload.php';
require_once __DIR__.'/../vendor/autoload.php';

0 comments on commit d043daf

Please sign in to comment.