1 | <?php |
||
9 | class CondTest extends \PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @test |
||
13 | */ |
||
14 | public function shouldReturnMatchedCond() |
||
28 | |||
29 | /** |
||
30 | * @test |
||
31 | * @expectedException \InvalidArgumentException |
||
32 | */ |
||
33 | public function shouldThrowInvalidArgumentExceptionWhenAnyMatch() |
||
41 | |||
42 | /** |
||
43 | * @test |
||
44 | * @expectedException \InvalidArgumentException |
||
45 | */ |
||
46 | public function whenDoNotPassSecoundArgument() |
||
54 | } |
||
55 |