From 0da5eb12adac4d1dba4717d288bc325e260b3008 Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Tue, 25 Mar 2014 09:30:36 -0700 Subject: [PATCH] Fix for tests #4. --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');