diff --git a/tests/bootstrap.php b/tests/bootstrap.php index f6aa503..df867e4 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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')) {