| 1 | <?php |
||
| 8 | class LimeSoda_LiveGuard_Test_Config_ConfigTests |
||
|
|
|||
| 9 | extends EcomDev_PHPUnit_Test_Case_Config |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @test |
||
| 14 | */ |
||
| 15 | public function testCodePool() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @test |
||
| 22 | */ |
||
| 23 | public function testModuleIsActive() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @test |
||
| 30 | */ |
||
| 31 | public function testModuleVersion() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @test |
||
| 38 | */ |
||
| 39 | public function testModuleDependencies() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @test |
||
| 46 | */ |
||
| 47 | public function testHelperAliases() |
||
| 54 | |||
| 55 | /** |
||
| 56 | * @test |
||
| 57 | */ |
||
| 58 | public function testObserverDefined() |
||
| 64 | |||
| 65 | } |
||
| 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.