aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/is_absolute_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functions/is_absolute_test.php')
-rw-r--r--tests/functions/is_absolute_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/is_absolute_test.php b/tests/functions/is_absolute_test.php
index 7630b7c58c..6d26793d82 100644
--- a/tests/functions/is_absolute_test.php
+++ b/tests/functions/is_absolute_test.php
@@ -51,6 +51,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));
}
}