summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-09-21 20:06:47 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-09-23 17:22:55 +0200
commitf116484cf1cd8a796f05c493ace4deca84bc8fdc (patch)
tree63e294cb82042cec6f183616b4d8c8f0e63b31b6 /ext
parentf6605c788f0a73cf4f5f4ea32515b9ba7959e4ac (diff)
downloadphp-git-f116484cf1cd8a796f05c493ace4deca84bc8fdc.tar.gz
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.
Diffstat (limited to 'ext')
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_basic.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_error1.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_error2.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_error3.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_error4.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_error5.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_variation1.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_variation2.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_variation3.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_variation4.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_basic.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_error1.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_error2.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_error3.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_error4.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_error5.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_variation1.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_variation2.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_variation3.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_variation4.phpt2
-rw-r--r--ext/dom/tests/domdocumentload_test_method.inc (renamed from ext/dom/tests/domdocumentload_test_method.php)2
-rw-r--r--ext/dom/tests/domdocumentload_test_method_savexml.inc (renamed from ext/dom/tests/domdocumentload_test_method_savexml.php)2
-rw-r--r--ext/dom/tests/domdocumentload_utilities.inc (renamed from ext/dom/tests/domdocumentload_utilities.php)0
-rw-r--r--ext/dom/tests/domdocumentloadxml_test_method.inc (renamed from ext/dom/tests/domdocumentloadxml_test_method.php)2
-rw-r--r--ext/dom/tests/domdocumentloadxml_test_method_savexml.inc (renamed from ext/dom/tests/domdocumentloadxml_test_method_savexml.php)2
25 files changed, 24 insertions, 24 deletions
diff --git a/ext/dom/tests/DOMDocument_loadXML_basic.phpt b/ext/dom/tests/DOMDocument_loadXML_basic.phpt
index 569593c007..cf25c26d62 100644
--- a/ext/dom/tests/DOMDocument_loadXML_basic.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_basic.phpt
@@ -17,5 +17,5 @@ XML_FILE=/book.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECT--
diff --git a/ext/dom/tests/DOMDocument_loadXML_error1.phpt b/ext/dom/tests/DOMDocument_loadXML_error1.phpt
index 52d44ea291..5a2f46e220 100644
--- a/ext/dom/tests/DOMDocument_loadXML_error1.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_error1.phpt
@@ -17,7 +17,7 @@ XML_FILE=/not_well_formed.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book %s
diff --git a/ext/dom/tests/DOMDocument_loadXML_error2.phpt b/ext/dom/tests/DOMDocument_loadXML_error2.phpt
index 6ac4193daf..3b8e2b48b1 100644
--- a/ext/dom/tests/DOMDocument_loadXML_error2.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_error2.phpt
@@ -17,7 +17,7 @@ XML_FILE=/not_well_formed2.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
diff --git a/ext/dom/tests/DOMDocument_loadXML_error3.phpt b/ext/dom/tests/DOMDocument_loadXML_error3.phpt
index 07f7ca7738..be37b5552b 100644
--- a/ext/dom/tests/DOMDocument_loadXML_error3.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_error3.phpt
@@ -17,6 +17,6 @@ XML_FILE=/not_well_formed3.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
diff --git a/ext/dom/tests/DOMDocument_loadXML_error4.phpt b/ext/dom/tests/DOMDocument_loadXML_error4.phpt
index e35d3dcea5..d2cc3c5dd2 100644
--- a/ext/dom/tests/DOMDocument_loadXML_error4.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_error4.phpt
@@ -17,6 +17,6 @@ XML_FILE=/not_well_formed4.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
diff --git a/ext/dom/tests/DOMDocument_loadXML_error5.phpt b/ext/dom/tests/DOMDocument_loadXML_error5.phpt
index a4aa1858f5..d5eaadb06d 100644
--- a/ext/dom/tests/DOMDocument_loadXML_error5.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_error5.phpt
@@ -17,6 +17,6 @@ XML_FILE=/not_well_formed5.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
diff --git a/ext/dom/tests/DOMDocument_loadXML_variation1.phpt b/ext/dom/tests/DOMDocument_loadXML_variation1.phpt
index 558137526f..e3a3d94d3b 100644
--- a/ext/dom/tests/DOMDocument_loadXML_variation1.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_variation1.phpt
@@ -17,5 +17,5 @@ XML_FILE=/book_with_dtd2.xml
LOAD_OPTIONS=LIBXML_DTDLOAD
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECT--
diff --git a/ext/dom/tests/DOMDocument_loadXML_variation2.phpt b/ext/dom/tests/DOMDocument_loadXML_variation2.phpt
index 71f638efc1..9f9a5edc07 100644
--- a/ext/dom/tests/DOMDocument_loadXML_variation2.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_variation2.phpt
@@ -17,6 +17,6 @@ XML_FILE=/wrong_book_with_dtd2.xml
LOAD_OPTIONS=LIBXML_DTDVALID
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting (title , author), got (title author author ) %s
diff --git a/ext/dom/tests/DOMDocument_loadXML_variation3.phpt b/ext/dom/tests/DOMDocument_loadXML_variation3.phpt
index 8e61ec4dbc..e0186c802d 100644
--- a/ext/dom/tests/DOMDocument_loadXML_variation3.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_variation3.phpt
@@ -18,5 +18,5 @@ XML_FILE=/wrong_book_with_dtd.xml
LOAD_OPTIONS=LIBXML_DTDVALID | LIBXML_NOERROR
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentloadxml_test_method.php
+domdocumentloadxml_test_method.inc
--EXPECT--
diff --git a/ext/dom/tests/DOMDocument_loadXML_variation4.phpt b/ext/dom/tests/DOMDocument_loadXML_variation4.phpt
index 4f1ea37c19..ab15063642 100644
--- a/ext/dom/tests/DOMDocument_loadXML_variation4.phpt
+++ b/ext/dom/tests/DOMDocument_loadXML_variation4.phpt
@@ -18,7 +18,7 @@ XML_FILE=/book_with_dtd2.xml
LOAD_OPTIONS=LIBXML_DTDATTR|LIBXML_NOCDATA|LIBXML_NOENT|LIBXML_NOBLANKS
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentloadxml_test_method_savexml.php
+domdocumentloadxml_test_method_savexml.inc
--EXPECT--
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE books [
diff --git a/ext/dom/tests/DOMDocument_load_basic.phpt b/ext/dom/tests/DOMDocument_load_basic.phpt
index 6d70ed4522..7512fad6c7 100644
--- a/ext/dom/tests/DOMDocument_load_basic.phpt
+++ b/ext/dom/tests/DOMDocument_load_basic.phpt
@@ -17,5 +17,5 @@ XML_FILE=/book.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECT--
diff --git a/ext/dom/tests/DOMDocument_load_error1.phpt b/ext/dom/tests/DOMDocument_load_error1.phpt
index 2ac3f50979..4f68d46dd5 100644
--- a/ext/dom/tests/DOMDocument_load_error1.phpt
+++ b/ext/dom/tests/DOMDocument_load_error1.phpt
@@ -17,7 +17,7 @@ XML_FILE=/not_well_formed.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book %s
diff --git a/ext/dom/tests/DOMDocument_load_error2.phpt b/ext/dom/tests/DOMDocument_load_error2.phpt
index 23a5e4827d..ee8a96fc06 100644
--- a/ext/dom/tests/DOMDocument_load_error2.phpt
+++ b/ext/dom/tests/DOMDocument_load_error2.phpt
@@ -17,7 +17,7 @@ XML_FILE=/not_well_formed2.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
diff --git a/ext/dom/tests/DOMDocument_load_error3.phpt b/ext/dom/tests/DOMDocument_load_error3.phpt
index b9ac49c466..1e0438b257 100644
--- a/ext/dom/tests/DOMDocument_load_error3.phpt
+++ b/ext/dom/tests/DOMDocument_load_error3.phpt
@@ -17,6 +17,6 @@ XML_FILE=/not_well_formed3.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
diff --git a/ext/dom/tests/DOMDocument_load_error4.phpt b/ext/dom/tests/DOMDocument_load_error4.phpt
index ca9ed79a3e..6fcaff82ff 100644
--- a/ext/dom/tests/DOMDocument_load_error4.phpt
+++ b/ext/dom/tests/DOMDocument_load_error4.phpt
@@ -17,6 +17,6 @@ XML_FILE=/not_well_formed4.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
diff --git a/ext/dom/tests/DOMDocument_load_error5.phpt b/ext/dom/tests/DOMDocument_load_error5.phpt
index a374f9474d..e9b89cb0bf 100644
--- a/ext/dom/tests/DOMDocument_load_error5.phpt
+++ b/ext/dom/tests/DOMDocument_load_error5.phpt
@@ -17,6 +17,6 @@ XML_FILE=/not_well_formed5.xml
LOAD_OPTIONS=0
EXPECTED_RESULT=0
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
diff --git a/ext/dom/tests/DOMDocument_load_variation1.phpt b/ext/dom/tests/DOMDocument_load_variation1.phpt
index b2b99e74c7..f03920155a 100644
--- a/ext/dom/tests/DOMDocument_load_variation1.phpt
+++ b/ext/dom/tests/DOMDocument_load_variation1.phpt
@@ -17,5 +17,5 @@ XML_FILE=/book_with_dtd.xml
LOAD_OPTIONS=LIBXML_DTDLOAD
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECT--
diff --git a/ext/dom/tests/DOMDocument_load_variation2.phpt b/ext/dom/tests/DOMDocument_load_variation2.phpt
index c8460e55eb..53aed7315e 100644
--- a/ext/dom/tests/DOMDocument_load_variation2.phpt
+++ b/ext/dom/tests/DOMDocument_load_variation2.phpt
@@ -17,6 +17,6 @@ XML_FILE=/wrong_book_with_dtd.xml
LOAD_OPTIONS=LIBXML_DTDVALID
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECTF--
Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting (title , author), got (title author author ) %s
diff --git a/ext/dom/tests/DOMDocument_load_variation3.phpt b/ext/dom/tests/DOMDocument_load_variation3.phpt
index 77801d475e..54d44b8263 100644
--- a/ext/dom/tests/DOMDocument_load_variation3.phpt
+++ b/ext/dom/tests/DOMDocument_load_variation3.phpt
@@ -18,5 +18,5 @@ XML_FILE=/wrong_book_with_dtd.xml
LOAD_OPTIONS=LIBXML_DTDVALID | LIBXML_NOERROR
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentload_test_method.php
+domdocumentload_test_method.inc
--EXPECT--
diff --git a/ext/dom/tests/DOMDocument_load_variation4.phpt b/ext/dom/tests/DOMDocument_load_variation4.phpt
index 3bf7ccc04d..3c7194ac56 100644
--- a/ext/dom/tests/DOMDocument_load_variation4.phpt
+++ b/ext/dom/tests/DOMDocument_load_variation4.phpt
@@ -18,7 +18,7 @@ XML_FILE=/book_with_dtd.xml
LOAD_OPTIONS=LIBXML_DTDATTR|LIBXML_NOCDATA|LIBXML_NOENT|LIBXML_NOBLANKS
EXPECTED_RESULT=1
--FILE_EXTERNAL--
-domdocumentload_test_method_savexml.php
+domdocumentload_test_method_savexml.inc
--EXPECT--
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE books SYSTEM "books.dtd">
diff --git a/ext/dom/tests/domdocumentload_test_method.php b/ext/dom/tests/domdocumentload_test_method.inc
index a15c9e53be..a643b428d1 100644
--- a/ext/dom/tests/domdocumentload_test_method.php
+++ b/ext/dom/tests/domdocumentload_test_method.inc
@@ -1,5 +1,5 @@
<?php
-include(dirname(__FILE__) . '/domdocumentload_utilities.php');
+include(dirname(__FILE__) . '/domdocumentload_utilities.inc');
$doc = new DOMDocument();
diff --git a/ext/dom/tests/domdocumentload_test_method_savexml.php b/ext/dom/tests/domdocumentload_test_method_savexml.inc
index c98ecf92f7..6f812eeac8 100644
--- a/ext/dom/tests/domdocumentload_test_method_savexml.php
+++ b/ext/dom/tests/domdocumentload_test_method_savexml.inc
@@ -1,5 +1,5 @@
<?php
-include(dirname(__FILE__) . '/domdocumentload_utilities.php');
+include(dirname(__FILE__) . '/domdocumentload_utilities.inc');
$doc = new DOMDocument();
diff --git a/ext/dom/tests/domdocumentload_utilities.php b/ext/dom/tests/domdocumentload_utilities.inc
index efd1e5a1a5..efd1e5a1a5 100644
--- a/ext/dom/tests/domdocumentload_utilities.php
+++ b/ext/dom/tests/domdocumentload_utilities.inc
diff --git a/ext/dom/tests/domdocumentloadxml_test_method.php b/ext/dom/tests/domdocumentloadxml_test_method.inc
index ed2f38b6c6..66b02bf20b 100644
--- a/ext/dom/tests/domdocumentloadxml_test_method.php
+++ b/ext/dom/tests/domdocumentloadxml_test_method.inc
@@ -1,5 +1,5 @@
<?php
-include(dirname(__FILE__) . '/domdocumentload_utilities.php');
+include(dirname(__FILE__) . '/domdocumentload_utilities.inc');
$doc = new DOMDocument();
diff --git a/ext/dom/tests/domdocumentloadxml_test_method_savexml.php b/ext/dom/tests/domdocumentloadxml_test_method_savexml.inc
index 1ef72d58d7..8b000cb0dd 100644
--- a/ext/dom/tests/domdocumentloadxml_test_method_savexml.php
+++ b/ext/dom/tests/domdocumentloadxml_test_method_savexml.inc
@@ -1,5 +1,5 @@
<?php
-include(dirname(__FILE__) . '/domdocumentload_utilities.php');
+include(dirname(__FILE__) . '/domdocumentload_utilities.inc');
$doc = new DOMDocument();