1 | <?php |
||
36 | class ObjectEnsuranceTest extends TestCase |
||
37 | { |
||
38 | public function testIsInstanceOf() |
||
44 | |||
45 | public function testIs() |
||
51 | |||
52 | public function testIsSome() |
||
58 | |||
59 | public function testExtends() |
||
65 | |||
66 | public function testImplements() |
||
72 | |||
73 | public function testIsParentOf() |
||
79 | |||
80 | public function testUses() |
||
86 | |||
87 | public function testHasProperty() |
||
93 | |||
94 | public function testHasMethod() |
||
100 | } |
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.