Skip to content

Commit 185deec

Browse files
authored
Merge pull request #67 from phpbb-extensions/iMattPro-patch-1
Fix Windows Test?
2 parents 630411f + fdb62c7 commit 185deec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ext_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function test_disable()
5252

5353
protected function create_extension_manager()
5454
{
55-
$phpbb_root_path = __DIR__ . './../../../../';
55+
$phpbb_root_path = dirname(__DIR__, 2) . '/';
5656
$php_ext = 'php';
5757

5858
$config = new \phpbb\config\config(['version' => PHPBB_VERSION]);

0 commit comments

Comments
 (0)