1 | <?php |
||
21 | class EnumTests extends NativeValueObjectTestCase |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | protected function randomNativeValue() |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | protected function uniqueNativeValue() |
||
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | protected function invalidNativeValue() |
||
50 | |||
51 | /** |
||
52 | * {@inheritdoc} |
||
53 | */ |
||
54 | protected function fromNative($value) |
||
58 | |||
59 | /** |
||
60 | * Test is method. |
||
61 | */ |
||
62 | public function testIs() |
||
76 | } |
||
77 |