| 1 | <?php |
||
| 8 | class ArgumentTest extends TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @test |
||
| 12 | */ |
||
| 13 | public function it_returns_true_if_all_values_are_found_in_an_array() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @test |
||
| 22 | */ |
||
| 23 | public function it_returns_false_if_a_value_is_missing_from_an_array() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @test |
||
| 32 | */ |
||
| 33 | public function it_returns_true_if_all_pairs_are_found_in_an_array() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @test |
||
| 42 | */ |
||
| 43 | public function it_returns_false_if_pair_is_missing_from_an_array() |
||
| 49 | } |
||
| 50 |