Skip to content

Commit bffc744

Browse files
committed
Add missing EXTENSIONS section to DOM tests
1 parent b1ce1d1 commit bffc744

8 files changed

+16
-0
lines changed

ext/dom/tests/bug80602.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #80602 (Segfault when using DOMChildNode::before())
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57
declare(strict_types=1);

ext/dom/tests/bug80602_2.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #80602 (Segfault when using DOMChildNode::after())
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57
declare(strict_types=1);

ext/dom/tests/bug80602_3.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #80602 (Segfault when using DOMChildNode::before()) - use-after-free variation
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57

ext/dom/tests/bug80602_4.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #80602 (Segfault when using DOMChildNode::before()) - after text merge variation
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57

ext/dom/tests/gh11288.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
GH-11288 (Error: Couldn't fetch DOMElement introduced in 8.2.6, 8.1.19)
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57
$html = <<<HTML

ext/dom/tests/gh11289.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
GH-11289 (DOMException: Not Found Error introduced in 8.2.6, 8.1.19)
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57

ext/dom/tests/gh11290.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
GH-11290 (DOMElement::replaceWith causes crash)
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57
$html = <<<HTML

ext/dom/tests/gh9142.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
GH-9142 (DOMChildNode replaceWith() double-free error when replacing elements not separated by any whitespace)
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)