1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/10586] Tests finally work (thanks naderman)

PHPBB3-10586
This commit is contained in:
David King
2012-03-19 09:56:48 -04:00
parent 1bbb32a5cf
commit 6a0bad8c0b
2 changed files with 12 additions and 23 deletions

View File

@@ -80,11 +80,6 @@ class phpbb_test_case_helpers
{
$config['phpbb_functional_url'] = $phpbb_functional_url;
}
if (!empty($phpbb_functional_path))
{
$config['phpbb_functional_path'] = $phpbb_functional_path;
}
}
if (isset($_SERVER['PHPBB_TEST_DBMS']))
@@ -106,11 +101,6 @@ class phpbb_test_case_helpers
));
}
if (!empty($_SERVER['PHPBB_FUNCTIONAL_PATH']))
{
$config['phpbb_functional_path'] = $_SERVER['PHPBB_FUNCTIONAL_PATH'];
}
return $config;
}
}