1 | <?php |
||
10 | class Zookal_Mock_Test_Config_ConfigTest extends EcomDev_PHPUnit_Test_Case_Config |
||
|
|||
11 | { |
||
12 | /** |
||
13 | * @test |
||
14 | */ |
||
15 | public function itShouldHaveASetupResource() |
||
19 | |||
20 | /** |
||
21 | * @test |
||
22 | */ |
||
23 | public function itShouldHaveAHelper() |
||
27 | |||
28 | /** |
||
29 | * @test |
||
30 | */ |
||
31 | public function itShouldHaveAConfigModel() |
||
36 | |||
37 | /** |
||
38 | * @test |
||
39 | */ |
||
40 | public function itShouldHaveAControllerFrontInitBeforeObserver() |
||
49 | |||
50 | /** |
||
51 | * @test |
||
52 | */ |
||
53 | public function itShouldHaveABlockAlias() |
||
58 | |||
59 | /** |
||
60 | * @test |
||
61 | */ |
||
62 | public function itShouldHaveTheEnableMethodLog() |
||
66 | } |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.