Skip to content

Commit bd9f4fa

Browse files
MaxSemGirgias
authored andcommitted
Migrate skip checks to --EXTENSIONS--, p2
For rationale, see #6787 Make extension checks lowercase, add a special case for opcache that has internal name not matching .so filename. Extensions migrated in part 2: * dom * exif * fileinfo * ffi
1 parent 83b01a9 commit bd9f4fa

File tree

466 files changed

+929
-1079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

466 files changed

+929
-1079
lines changed

ext/dom/tests/DOM4_ChildNode_wrong_document.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMChildNode::after(), before, replaceWith with DOMNode from wrong document throws exception
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");

ext/dom/tests/DOM4_DOMNode_ElementSiblings.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode: Element Siblings
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");

ext/dom/tests/DOM4_DOMNode_after.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode::after()
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");

ext/dom/tests/DOM4_DOMNode_after_ns.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode::after() with namespace
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");

ext/dom/tests/DOM4_DOMNode_append_ns.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode::append() with namespace
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");

ext/dom/tests/DOM4_DOMNode_before.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode::before()
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");

ext/dom/tests/DOM4_DOMNode_before_ns.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode::before() with namespace
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");

ext/dom/tests/DOM4_DOMNode_prepend_ns.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode::prepend() with namespace
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");

ext/dom/tests/DOM4_DOMNode_remove.phpt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode::remove()
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77
require_once("dom_test.inc");
@@ -27,4 +27,3 @@ Num Children: 1
2727
Node Content: second
2828

2929
NULL
30-

ext/dom/tests/DOM4_DOMNode_removeDanglingElement.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
DOMNode::remove() dangling element
3-
--SKIPIF--
4-
<?php require_once('skipif.inc'); ?>
3+
--EXTENSIONS--
4+
dom
55
--FILE--
66
<?php
77

0 commit comments

Comments
 (0)