We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd21ae commit 6a6e191Copy full SHA for 6a6e191
tests/EnumTest.php
@@ -192,15 +192,15 @@ public function testIsValidKey()
192
/**
193
* findValue($key)
194
*/
195
- public function testFindValue()
+ /* public function testFindValue()
196
{
197
$enums = EnumFixture::toArray();
198
199
foreach ($enums as $key => $value) {
200
$this->assertEquals($value, EnumFixture::findValue($key));
201
}
202
$this->assertEquals(null, EnumFixture::findValue("invalidKey"));
203
- }
+ } */
204
205
206
* search()
0 commit comments