]> granicus.if.org Git - php/commit
Rename *.php files in ext/dom tests to *.inc
authorPeter Kokot <peterkokot@gmail.com>
Fri, 21 Sep 2018 18:06:47 +0000 (20:06 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 23 Sep 2018 15:22:55 +0000 (17:22 +0200)
commitf116484cf1cd8a796f05c493ace4deca84bc8fdc
tree63e294cb82042cec6f183616b4d8c8f0e63b31b6
parentf6605c788f0a73cf4f5f4ea32515b9ba7959e4ac
Rename *.php files in ext/dom tests to *.inc

*.php files are ignored by Git and a better practice might be to rename
PHP included files for tests.
25 files changed:
ext/dom/tests/DOMDocument_loadXML_basic.phpt
ext/dom/tests/DOMDocument_loadXML_error1.phpt
ext/dom/tests/DOMDocument_loadXML_error2.phpt
ext/dom/tests/DOMDocument_loadXML_error3.phpt
ext/dom/tests/DOMDocument_loadXML_error4.phpt
ext/dom/tests/DOMDocument_loadXML_error5.phpt
ext/dom/tests/DOMDocument_loadXML_variation1.phpt
ext/dom/tests/DOMDocument_loadXML_variation2.phpt
ext/dom/tests/DOMDocument_loadXML_variation3.phpt
ext/dom/tests/DOMDocument_loadXML_variation4.phpt
ext/dom/tests/DOMDocument_load_basic.phpt
ext/dom/tests/DOMDocument_load_error1.phpt
ext/dom/tests/DOMDocument_load_error2.phpt
ext/dom/tests/DOMDocument_load_error3.phpt
ext/dom/tests/DOMDocument_load_error4.phpt
ext/dom/tests/DOMDocument_load_error5.phpt
ext/dom/tests/DOMDocument_load_variation1.phpt
ext/dom/tests/DOMDocument_load_variation2.phpt
ext/dom/tests/DOMDocument_load_variation3.phpt
ext/dom/tests/DOMDocument_load_variation4.phpt
ext/dom/tests/domdocumentload_test_method.inc [moved from ext/dom/tests/domdocumentload_test_method.php with 81% similarity]
ext/dom/tests/domdocumentload_test_method_savexml.inc [moved from ext/dom/tests/domdocumentload_test_method_savexml.php with 82% similarity]
ext/dom/tests/domdocumentload_utilities.inc [moved from ext/dom/tests/domdocumentload_utilities.php with 100% similarity]
ext/dom/tests/domdocumentloadxml_test_method.inc [moved from ext/dom/tests/domdocumentloadxml_test_method.php with 82% similarity]
ext/dom/tests/domdocumentloadxml_test_method_savexml.inc [moved from ext/dom/tests/domdocumentloadxml_test_method_savexml.php with 83% similarity]