1 | <?php |
||
10 | class CondTest extends \PHPUnit\Framework\TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @test |
||
14 | */ |
||
15 | public function shouldReturnMatchedCond() |
||
29 | |||
30 | /** |
||
31 | * @test |
||
32 | * @expectedException \Prelude\Exception\CondClauseException |
||
33 | */ |
||
34 | public function shouldThrowCondClauseExceptionWhenNothingMatch() |
||
42 | } |
||
43 |