From 7c508ff9faaae96f33130338af9a7dc70b79a830 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 7 Oct 2015 12:00:34 +0000 Subject: [PATCH] Tests: Exclude the `oembed/headers.php` test file, which was marked as PHP >= 5.3.0 in [34904]. See #32522. git-svn-id: https://develop.svn.wordpress.org/trunk@34905 602fd350-edb4-49c9-b593-d223f7449a82 --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 487a898e4c..731fb4ae3f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,6 +11,7 @@ tests/phpunit/tests/image/editor.php tests/phpunit/tests/image/editor_gd.php tests/phpunit/tests/image/editor_imagick.php + tests/phpunit/tests/oembed/headers.php tests/phpunit/tests/actions/closures.php tests/phpunit/tests/image/editor.php tests/phpunit/tests/image/editor_gd.php