Skip to content

Commit 0da5eb1

Browse files
Roman SyroeshkoRoman Syroeshko
Roman Syroeshko
authored and
Roman Syroeshko
committed
Fix for tests #4.
1 parent 31dc246 commit 0da5eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// defining base dir for tests
55
if (!defined('PHPWORD_TESTS_BASE_DIR')) {
6-
define('PHPWORD_TESTS_BASE_DIR', realpath(__DIR__ . '/..'));
6+
define('PHPWORD_TESTS_BASE_DIR', realpath(__DIR__));
77
}
88

99
$vendor = realpath(__DIR__ . '/../vendor');

0 commit comments

Comments
 (0)