Skip to content

Migrate skip checks to --EXTENSIONS--, p2 #6823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_ChildNode_wrong_document.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMChildNode::after(), before, replaceWith with DOMNode from wrong document throws exception
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_ElementSiblings.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode: Element Siblings
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_after.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::after()
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_after_ns.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::after() with namespace
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_append_ns.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::append() with namespace
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_before.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::before()
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_before_ns.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::before() with namespace
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_prepend_ns.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::prepend() with namespace
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
5 changes: 2 additions & 3 deletions ext/dom/tests/DOM4_DOMNode_remove.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::remove()
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand All @@ -27,4 +27,3 @@ Num Children: 1
Node Content: second

NULL

4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_removeDanglingElement.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::remove() dangling element
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_DOMNode_replaceWith.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMNode::replaceWith()
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_ParentNode.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMParentNode: Child Element Handling
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_ParentNode_Fragment.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMParentNode: Child Element Handling
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_ParentNode_append.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMParentNode::append()
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
declare(strict_types=1);
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_ParentNode_append_invalidtypes.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMParentNode::append() exception on invalid argument
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_ParentNode_append_with_attributes.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMParentNode::append() with attributes
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_ParentNode_append_wrong_document.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMParentNode::append() with DOMNode from wrong document throws exception
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
require_once("dom_test.inc");
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOM4_ParentNode_prepend.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
DOMParentNode::prepend()
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
declare(strict_types=1);
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMAttr_construct_error_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DOMAttr __construct() with no arguments.
--CREDITS--
Josh Sweeney <[email protected]>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
try {
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMAttr_name_basic_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DOMAttr read $name property.
--CREDITS--
Nic Rosental <[email protected]>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
$attr = new DOMAttr('category', 'books');
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMAttr_ownerElement_error_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Read $ownerElement with null parent.
--CREDITS--
Travis Pew
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMAttr_value_basic_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Read empty $value.
--CREDITS--
Jason Bouffard <[email protected]>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
$attr = new DOMAttr('category');
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMAttr_value_basic_002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Write non-string $value property
--CREDITS--
Eric Berg <[email protected]>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
$attr = new DOMAttr('category');
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMCDATASection_construct_error_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ __construct() with no arguments.
--CREDITS--
Nic Rosental [email protected]
# TestFest Atlanta 2009-5-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
try {
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMCharacterData_appendData_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DOMCharacterData::appendData basic functionality test
--CREDITS--
Mike Sullivan <[email protected]>
#TestFest 2008 (London)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMCharacterData_data_basic_002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Create CDATA section and change it using DOMcreateCDATASection
--CREDITS--
Nic Rosental [email protected]
# TestFest Atlanta 2009-5-28
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMCharacterData_data_error_002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Invalid State Error when getting data on DOMCharacterData out of content.
--CREDITS--
Eric Berg <[email protected]>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
$character_data = new DOMCharacterData();
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DOMCharacterData::deleteData() with count exceeding string size.
--CREDITS--
Eric Lee Stewart <[email protected]>
# TestFest Atlanta 2009-05-24
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
$document = new DOMDocument;
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DOMCharacterData::deleteData() with offset exceeding string size.
--CREDITS--
Eric Lee Stewart <[email protected]>
# TestFest Atlanta 2009-05-24
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
$document = new DOMDocument;
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMCharacterData_length_error_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Invalid State Error when getting length on DOMCharacterData out of content.
--CREDITS--
Jason Bouffard <[email protected]>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
$character_data = new DOMCharacterData();
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMCharacterData_substringData_basic_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ __DOMCharacterData::substringData pull mid section of string
--CREDITS--
Nic Rosental [email protected]
# TestFest Atlanta 2009-5-28
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMComment_appendData_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Test adding data to a DOMComment
--CREDITS--
Andrew Larssen <[email protected]>
London TestFest 2008
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DOMComment::appendData basic functionality test
--CREDITS--
Mike Sullivan <[email protected]>
#TestFest 2008 (London)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMComment_construct_basic_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DOMComment::__construct() with constructor called twice.
--CREDITS--
Eric Lee Stewart <[email protected]>
# TestFest Atlanta 2009-05-25
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
$dom = new DOMDocument('1.0', 'UTF-8');
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMComment_construct_error_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DOMComment::__construct() with more arguments than acceptable.
--CREDITS--
Eric Lee Stewart <[email protected]>
# TestFest Atlanta 2009-05-24
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php
try {
Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMComment_insertData_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Test inserting data into a DOMComment basic test
--CREDITS--
Andrew Larssen <[email protected]>
London TestFest 2008
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
4 changes: 2 additions & 2 deletions ext/dom/tests/DOMComment_insertData_error1.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Test inserting data into a DOMComment basic test
--CREDITS--
Andrew Larssen <[email protected]>
London TestFest 2008
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--EXTENSIONS--
dom
--FILE--
<?php

Expand Down
Loading