mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'bantu/ticket/11540' into develop
* bantu/ticket/11540: [ticket/11540] Add phpbb_ prefix in is_absolute_test from olympus.
This commit is contained in:
commit
c9b2b7cc32
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue