Skip to content

Commit 15eb4b2

Browse files
committed
removed PHP version check for PHP-5.4
1 parent 978ee3a commit 15eb4b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/MabeEnumTest/EnumTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,6 @@ public function testConstVisibilityExtended()
383383

384384
public function testIsSerializableIssue()
385385
{
386-
if (PHP_VERSION_ID < 50400) {
387-
$this->markTestSkipped('This test is for PHP-5.4 and upper only');
388-
}
389-
390386
$enum1 = SerializableEnum::INT();
391387
$enum2 = unserialize(serialize($enum1));
392388

0 commit comments

Comments
 (0)