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 443f73c commit 322aa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Expand Up @@ -5,4 +5,4 @@
if (!defined("FIXTURE_PATH")) {
define("FIXTURE_PATH", dirname(__DIR__) . '/tests/elements');
}
require_once __DIR__ . '../vendor/autoload.php';
require __DIR__.'/../vendor/autoload.php';

0 comments on commit 322aa69

Please sign in to comment.