| 1 | <?php |
||
| 21 | class ValueNotValidTest extends UnitTestCase |
||
| 22 | { |
||
| 23 | //<editor-fold desc="Public Methods"> |
||
| 24 | /** |
||
| 25 | * @covers \Tfboe\FmLib\Exceptions\ValueNotValid::__construct |
||
| 26 | * @uses \Tfboe\FmLib\Helpers\BasicEnum |
||
| 27 | */ |
||
| 28 | public function testConstructor() |
||
| 41 | //</editor-fold desc="Public Methods"> |
||
| 42 | } |