| 1 | <?php |
||
| 22 | class EnumTests extends EnumTestCase |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function newDefaultTestedInstance() |
||
| 28 | { |
||
| 29 | return new EnumFixture(EnumFixture::FOO); |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Test is method. |
||
| 34 | */ |
||
| 35 | public function testIs() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * Test __DEFAULT method. |
||
| 49 | */ |
||
| 50 | public function testDefault() |
||
| 80 | } |
||
| 81 |