diff --git a/tests/bootstrap.php b/tests/bootstrap.php index d3351272..1e7de79f 100755 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ date_default_timezone_set('UTC'); // defining base dir for tests if (!defined('PHPWORD_TESTS_BASE_DIR')) { - define('PHPWORD_TESTS_BASE_DIR', realpath(__DIR__ . '/..')); + define('PHPWORD_TESTS_BASE_DIR', realpath(__DIR__)); } $vendor = realpath(__DIR__ . '/../vendor');