| 1 | <?php |
||
| 7 | class SetTest extends \PHPUnit\Framework\TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Test add/get |
||
| 11 | * |
||
| 12 | * @return void |
||
| 13 | **/ |
||
| 14 | public function testGet() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Test get of param that's absent |
||
| 33 | * |
||
| 34 | * @expectedException Naneau\FileGen\Exception |
||
| 35 | * @return void |
||
| 36 | **/ |
||
| 37 | public function testGetNonExisting() |
||
| 44 | } |
||
| 45 |