mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch '3.1.x'
This commit is contained in:
commit
478fed7ee1
1 changed files with 9 additions and 0 deletions
|
@ -200,6 +200,15 @@ class phpbb_functions_acp_validate_config_vars_test extends phpbb_test_case
|
||||||
$config_ary,
|
$config_ary,
|
||||||
$error
|
$error
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ($expected === true)
|
||||||
|
{
|
||||||
|
$this->assertEmpty($error);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$this->assertEquals(array($expected), $error);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function data_validate_path_windows()
|
public function data_validate_path_windows()
|
||||||
|
|
Loading…
Add table
Reference in a new issue