Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Asselin committed May 21, 2015
1 parent bda06fb commit 30939b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Copyright (c) 2015 Benoit Asselin, http://161.io
*/

//$rootPath = realpath(__DIR__ . '/../../../'); // module/
$rootPath = realpath(__DIR__ . '/../../../../'); // vendor/
//$rootPath = realpath(__DIR__ . '/../../..'); // module/
$rootPath = realpath(__DIR__ . '/../../../..'); // vendor/
chdir($rootPath);

if (is_file('vendor/autoload.php')) {
Expand Down

0 comments on commit 30939b1

Please sign in to comment.