From 766ce8bdd514263b0ea19cbe323455794eb928f8 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sat, 3 Feb 2018 11:34:01 -0200 Subject: [PATCH] Remove superfluous SKIPIF sections in SPL tests --- ext/spl/tests/bug44144.phpt | 4 ---- ext/spl/tests/bug49263.phpt | 2 -- ext/spl/tests/bug71412.phpt | 4 +--- ext/spl/tests/countable_class_basic1.phpt | 8 -------- ext/spl/tests/dit_002.phpt | 2 +- 5 files changed, 2 insertions(+), 18 deletions(-) diff --git a/ext/spl/tests/bug44144.phpt b/ext/spl/tests/bug44144.phpt index 2933d2f220..7dbcf1e636 100644 --- a/ext/spl/tests/bug44144.phpt +++ b/ext/spl/tests/bug44144.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #44144 (spl_autoload_functions() should return object instance when appropriate) ---SKIPIF-- - --FILE-- --FILE-- --EXPECT-- Method [ public method __construct ] { diff --git a/ext/spl/tests/countable_class_basic1.phpt b/ext/spl/tests/countable_class_basic1.phpt index c64aad6b6d..3108cb1818 100644 --- a/ext/spl/tests/countable_class_basic1.phpt +++ b/ext/spl/tests/countable_class_basic1.phpt @@ -1,13 +1,5 @@ --TEST-- SPL: Test shape of interface Countable. ---SKIPIF-- - --FILE-- + --FILE--