Skip to content

Commit

Permalink
add __DIR__ before autoload path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanfa committed Apr 26, 2018
1 parent fa2cc16 commit 443f73c
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 @@ -5,4 +5,4 @@
if (!defined("FIXTURE_PATH")) {
define("FIXTURE_PATH", dirname(__DIR__) . '/tests/elements');
}
require_once '../vendor/autoload.php';
require_once __DIR__ . '../vendor/autoload.php';

0 comments on commit 443f73c

Please sign in to comment.