| 1 | <?php |
||
| 3 | class SlidePageTest extends SapphireTest |
||
|
|
|||
| 4 | { |
||
| 5 | public function testGetThumbnail2() |
||
| 9 | |||
| 10 | public function testGetCMSFields() |
||
| 14 | |||
| 15 | public function testGetPortletImage() |
||
| 19 | |||
| 20 | public function testGetThumbnail() |
||
| 24 | |||
| 25 | public function testGetWebsiteAddress() |
||
| 29 | |||
| 30 | public function testNewpageselected() |
||
| 34 | } |
||
| 35 |
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.