| 1 | <?php |
||
| 10 | class Zookal_Mock_Test_Config_SystemTest extends PHPUnit_Framework_TestCase |
||
|
|
|||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @return string |
||
| 14 | */ |
||
| 15 | protected function getFile() |
||
| 20 | |||
| 21 | protected function getXml() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param string $path |
||
| 30 | */ |
||
| 31 | public function assertFieldDefined($path, $message = '') |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @test |
||
| 47 | */ |
||
| 48 | public function itShouldHaveASystemXml() |
||
| 52 | |||
| 53 | /** |
||
| 54 | * @test |
||
| 55 | */ |
||
| 56 | public function itShouldHaveAnApiUrlField() |
||
| 60 | } |
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.