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