Fix for tests #4.

This commit is contained in:
Roman Syroeshko 2014-03-25 09:30:36 -07:00
parent 31dc246cfb
commit 0da5eb12ad
1 changed files with 1 additions and 1 deletions

View File

@ -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');