Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
1 | <?php |
||
14 | public function testStaticMap() { |
||
15 | $this->markTestSkipped('TODO'); |
||
1 ignored issue
–
show
|
|||
16 | } |
||
17 | |||
19 |
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.