summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/abs.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/abs.phpt')
-rw-r--r--ext/standard/tests/math/abs.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/abs.phpt b/ext/standard/tests/math/abs.phpt
index 9350fc71fb..af8732811d 100644
--- a/ext/standard/tests/math/abs.phpt
+++ b/ext/standard/tests/math/abs.phpt
@@ -18,7 +18,7 @@ $tests = <<<TESTS
-(LONG_MIN+1) === abs(LONG_MIN+1)
TESTS;
-include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
+include(__DIR__ . '/../../../../tests/quicktester.inc');
--EXPECT--
1,1,0,0
OK