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