Skip to content

Commit 61d410a

Browse files
committed
Remove assert.bail INI setting usage in DOMDocument tests
1 parent 5cd48ae commit 61d410a

32 files changed

+1
-65
lines changed

ext/dom/tests/DOMDocument_loadHTMLfile.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Test DOMDocument::loadHTMLFile
44
Verifies the basic behaviour of the method
55
--CREDITS--
66
Antonio Diaz Ruiz <[email protected]>
7-
--INI--
8-
assert.bail=true
97
--EXTENSIONS--
108
dom
119
--FILE--

ext/dom/tests/DOMDocument_loadHTMLfile_error1.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Test DOMDocument::loadHTMLFile when the file doesn't exist
44
Verifies that an error message is showed if the file doesn't exist
55
--CREDITS--
66
Antonio Diaz Ruiz <[email protected]>
7-
--INI--
8-
assert.bail=true
97
--EXTENSIONS--
108
dom
119
--FILE--

ext/dom/tests/DOMDocument_loadHTMLfile_error2.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Test DOMDocument::loadHTMLFile when an empty string is passed
44
Verifies that an error message is showed if an empty string is passed as argument
55
--CREDITS--
66
Antonio Diaz Ruiz <[email protected]>
7-
--INI--
8-
assert.bail=true
97
--EXTENSIONS--
108
dom
119
--FILE--

ext/dom/tests/DOMDocument_loadHTMLfile_variation1.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Test DOMDocument::loadHTMLFile when an empty document is loaded
44
Verifies that an warning message is showed if an empty document is loaded
55
--CREDITS--
66
Antonio Diaz Ruiz <[email protected]>
7-
--INI--
8-
assert.bail=true
97
--EXTENSIONS--
108
dom
119
--FILE--

ext/dom/tests/DOMDocument_loadHTMLfile_variation2.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Test DOMDocument::loadHTMLFile when a not-well formed document is loaded
44
Verifies the behavior if a not-well formed document is loaded
55
--CREDITS--
66
Antonio Diaz Ruiz <[email protected]>
7-
--INI--
8-
assert.bail=true
97
--EXTENSIONS--
108
dom
119
--FILE--

ext/dom/tests/DOMDocument_loadXML_basic.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Environment variables used in the test:
88
- EXPECTED_RESULT: the expected result
99
--CREDITS--
1010
Antonio Diaz Ruiz <[email protected]>
11-
--INI--
12-
assert.bail=true
1311
--EXTENSIONS--
1412
dom
1513
--ENV--

ext/dom/tests/DOMDocument_loadXML_error1.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Environment variables used in the test:
88
- EXPECTED_RESULT: the expected result
99
--CREDITS--
1010
Antonio Diaz Ruiz <[email protected]>
11-
--INI--
12-
assert.bail=true
1311
--EXTENSIONS--
1412
dom
1513
--ENV--

ext/dom/tests/DOMDocument_loadXML_error2_gte2_11.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Environment variables used in the test:
1212
- EXPECTED_RESULT: the expected result
1313
--CREDITS--
1414
Antonio Diaz Ruiz <[email protected]>
15-
--INI--
16-
assert.bail=true
1715
--EXTENSIONS--
1816
dom
1917
--ENV--

ext/dom/tests/DOMDocument_loadXML_error2_pre2_11.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Environment variables used in the test:
1212
- EXPECTED_RESULT: the expected result
1313
--CREDITS--
1414
Antonio Diaz Ruiz <[email protected]>
15-
--INI--
16-
assert.bail=true
1715
--EXTENSIONS--
1816
dom
1917
--ENV--

ext/dom/tests/DOMDocument_loadXML_error3.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Environment variables used in the test:
88
- EXPECTED_RESULT: the expected result
99
--CREDITS--
1010
Antonio Diaz Ruiz <[email protected]>
11-
--INI--
12-
assert.bail=true
1311
--EXTENSIONS--
1412
dom
1513
--ENV--

0 commit comments

Comments
 (0)