| 1 | <?php |
||
| 9 | class WrongParameterControllerTest extends WebTestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @expectedException Exception |
||
| 13 | */ |
||
| 14 | public function testWrongTypeWriterThrowsException() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @expectedException \InvalidArgumentException |
||
| 22 | */ |
||
| 23 | public function testWrongTypeReaderThrowsException() |
||
| 28 | } |
||
| 29 |