mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11540] Add phpbb_ prefix in is_absolute_test from olympus.
PHPBB3-11540
This commit is contained in:
@@ -29,6 +29,6 @@ class phpbb_functions_is_absolute_test extends phpbb_test_case
|
||||
*/
|
||||
public function test_is_absolute($path, $expected)
|
||||
{
|
||||
$this->assertEquals($expected, is_absolute($path));
|
||||
$this->assertEquals($expected, phpbb_is_absolute($path));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user