We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 630411f + fdb62c7 commit 185deecCopy full SHA for 185deec
tests/ext_test.php
@@ -52,7 +52,7 @@ public function test_disable()
52
53
protected function create_extension_manager()
54
{
55
- $phpbb_root_path = __DIR__ . './../../../../';
+ $phpbb_root_path = dirname(__DIR__, 2) . '/';
56
$php_ext = 'php';
57
58
$config = new \phpbb\config\config(['version' => PHPBB_VERSION]);
0 commit comments