Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
1 | <?php |
||
9 | public function testgetRenderableMap() { |
||
10 | $this->markTestSkipped('TODO'); |
||
1 ignored issue
–
show
|
|||
11 | } |
||
12 | |||
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.