1 | <?php |
||
7 | class RaiseTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | /** |
||
10 | * @test |
||
11 | * @expectedException \Prelude\Runtime |
||
12 | */ |
||
13 | public function shouldThrowRuntime() |
||
17 | |||
18 | /** |
||
19 | * @test |
||
20 | * @expectedException \Prelude\InvalidArgument |
||
21 | */ |
||
22 | public function shouldThrowInvalidArgument() |
||
26 | } |
||
27 |