Skip to content

Commit

Permalink
added constant to reference files more easily
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Mar 17, 2016
1 parent 29b8cb2 commit 8c38425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
die('You have to execute "composer install" or "composer update" before executing unit tests!');
}
require_once __DIR__ . '/../libraries/autoload.php';

define('TESTS_BASE_DIR', realpath(__DIR__.'/../') . '/');

0 comments on commit 8c38425

Please sign in to comment.