1 | <?php |
||
7 | class OutputRandomPromocodesTest extends TestCase |
||
|
|||
8 | { |
||
9 | /** @test */ |
||
10 | public function it_will_output_only_one_code_without_parameter() |
||
16 | |||
17 | /** @test */ |
||
18 | public function it_can_output_several_promocodes_as_array() |
||
24 | |||
25 | /** @test */ |
||
26 | public function it_can_output_several_promocodes_with_prefix_as_array() |
||
34 | |||
35 | /** @test */ |
||
36 | public function it_can_output_several_promocodes_with_suffix_as_array() |
||
44 | |||
45 | /** @test */ |
||
46 | public function it_can_output_several_promocodes_with_prefix_and_suffix_as_array() |
||
56 | } |
||
57 |