From e116561348b7bd3400bfe6acccf5eebaaaa7f562 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sun, 24 Jul 2011 13:37:46 -0400 Subject: [feature/template-engine] Rename is_absolute to phpbb_is_absolute. PHPBB3-9726 --- tests/template/includephp_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/template/includephp_test.php') diff --git a/tests/template/includephp_test.php b/tests/template/includephp_test.php index 64240e1be8..aac9cccc8a 100644 --- a/tests/template/includephp_test.php +++ b/tests/template/includephp_test.php @@ -26,7 +26,7 @@ class phpbb_template_includephp_test extends phpbb_template_template_test_case public function test_includephp_absolute() { $path_to_php = dirname(__FILE__) . '/templates/_dummy_include.php.inc'; - $this->assertTrue(is_absolute($path_to_php)); + $this->assertTrue(phpbb_is_absolute($path_to_php)); $template_text = "Path is absolute.\n"; $cache_dir = dirname($this->template->cachepath) . '/'; -- cgit v1.2.1