diff options
Diffstat (limited to 'ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt')
-rw-r--r-- | ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt b/ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt index 33aecf4925..5a82aa5e24 100644 --- a/ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt +++ b/ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt @@ -9,7 +9,7 @@ Vincent Tsao <notes4vincent@gmail.com> <?php $doc = new DOMDocument; -$doc->load(dirname(__FILE__)."/book.xml"); +$doc->load(__DIR__."/book.xml"); var_dump($doc->strictErrorChecking); |