| 1 | <?php |
||
| 3 | class LatLongFieldTest extends SapphireTest { |
||
|
1 ignored issue
–
show
|
|||
| 4 | public function testConstruct() { |
||
| 7 | |||
| 8 | |||
| 9 | public function testhasData() { |
||
| 12 | |||
| 13 | |||
| 14 | public function testFieldHolder() { |
||
| 17 | |||
| 18 | |||
| 19 | public function testgeocode() { |
||
| 22 | |||
| 23 | |||
| 24 | public function testsetGuidePoints() { |
||
| 27 | |||
| 28 | } |
||
| 29 |
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.