1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/15392] Replace remaining dirname(__FILE__) with __DIR__

PHPBB3-15392
This commit is contained in:
Marc Alexander
2021-03-04 16:34:52 +01:00
parent 20d4a86016
commit 7a310cc7d9
18 changed files with 25 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ namespace
public function setUp(): void
{
$this->phpbb_root_path = dirname(__FILE__) . '/';
$this->phpbb_root_path = __DIR__ . '/';
$this->config_php = new \phpbb\config_php_file($this->phpbb_root_path . 'fixtures/', 'php');
$this->filename = $this->phpbb_root_path . '../tmp/container.php';