Skip to content

Commit 38fb0bf

Browse files
committed
Migrate skip checks to --EXTENSIONS--, p4
For rationale, see #6787 Extensions migrated in part 4: * simplexml * skeleton * soap * spl * sqlite3 * sysvmsg * sysvsem * tidy
1 parent e9f783f commit 38fb0bf

File tree

802 files changed

+1699
-1751
lines changed

Some content is hidden

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

802 files changed

+1699
-1751
lines changed

ext/simplexml/tests/000.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: var_dump()
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/001-mb.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: Simple document
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: Simple document
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: clone
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/003.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: Entities
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/004.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: CDATA
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/005.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: Text data
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/006.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: foreach
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/007.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: Attributes
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

ext/simplexml/tests/008.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
SimpleXML: XPath
3-
--SKIPIF--
4-
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
3+
--EXTENSIONS--
4+
simplexml
55
--FILE--
66
<?php
77

0 commit comments

Comments
 (0)