| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| 1 | <?php |
||
| 4 | protected static $fixture_file = 'ss3gallery/tests/ss3gallery.yml'; |
||
| 5 | |||
| 6 | View Code Duplication | public function testValidImage() |
|
| 7 | { |
||
| 42 |
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.