1 | <?php |
||
10 | class Zookal_Mock_Test_Model_Mocks_Mage_SessionTest extends Zookal_Mock_Test_Model_Mocks_Mage_AbstractPHPUnitTestCase |
||
|
|||
11 | { |
||
12 | protected $_class = 'Zookal_Mock_Model_Mocks_Mage_Session'; |
||
13 | |||
14 | /** |
||
15 | * @test |
||
16 | */ |
||
17 | public function itShouldHaveMethodGetCustomerGroupId() |
||
21 | |||
22 | /** |
||
23 | * @test |
||
24 | */ |
||
25 | public function itShouldReturnZero() |
||
29 | } |
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.