1 | <?php |
||
9 | class PromocodesTest extends TestCase |
||
10 | { |
||
11 | use DatabaseMigrations; |
||
12 | |||
13 | /** @test */ |
||
14 | public function it_can_output_number_of_codes() |
||
20 | |||
21 | /** @test */ |
||
22 | public function it_will_output_one_code_by_default() { |
||
27 | |||
28 | /** @test */ |
||
29 | public function it_will_create_number_of_codes_into_database_with_reward_value() { |
||
37 | |||
38 | /** @test */ |
||
39 | public function it_will_be_stored_with_additional_data() { |
||
53 | |||
54 | /** @test */ |
||
55 | public function it_returns_true_if_code_exists_in_database() { |
||
61 | |||
62 | /** @test */ |
||
63 | public function it_will_apply_given_code() { |
||
70 | |||
71 | /** @test */ |
||
72 | public function it_will_apply_given_code_with_some_additional_data() { |
||
84 | } |
||
85 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.