Skip to content

Commit 6a6e191

Browse files
Test to view PHP 5.3 support error
1 parent 5cd21ae commit 6a6e191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/EnumTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@ public function testIsValidKey()
192192
/**
193193
* findValue($key)
194194
*/
195-
public function testFindValue()
195+
/* public function testFindValue()
196196
{
197197
$enums = EnumFixture::toArray();
198198
199199
foreach ($enums as $key => $value) {
200200
$this->assertEquals($value, EnumFixture::findValue($key));
201201
}
202202
$this->assertEquals(null, EnumFixture::findValue("invalidKey"));
203-
}
203+
} */
204204

205205
/**
206206
* search()

0 commit comments

Comments
 (0)