summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug50698_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug50698_1.phpt')
-rw-r--r--ext/soap/tests/bugs/bug50698_1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug50698_1.phpt b/ext/soap/tests/bugs/bug50698_1.phpt
index eb5f1e028b..6f97b62e06 100644
--- a/ext/soap/tests/bugs/bug50698_1.phpt
+++ b/ext/soap/tests/bugs/bug50698_1.phpt
@@ -6,7 +6,7 @@ Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoin
soap.wsdl_cache_enabled=0
--FILE--
<?php
-new SoapClient(dirname(__FILE__) . '/bug50698_1.wsdl');
+new SoapClient(__DIR__ . '/bug50698_1.wsdl');
echo "ok\n";
?>
--EXPECT--