1 | <?php |
||
3 | class PageWithImageTest extends SapphireTest { |
||
|
|||
4 | public function testGetOGImage() { |
||
7 | |||
8 | public function testGetCMSFields() { |
||
11 | |||
12 | public function testGetPortletTitle() { |
||
15 | |||
16 | public function testGetPortletImage() { |
||
19 | |||
20 | public function testGetPortletCaption() { |
||
23 | |||
24 | public function testGetTwitterTitle() { |
||
27 | |||
28 | public function testGetTwitterImage() { |
||
31 | |||
32 | public function testGetTwitterDescription() { |
||
35 | |||
36 | public function testGetImagesForSeo() { |
||
39 | |||
40 | public function testGetLinksForSeo() { |
||
43 | |||
44 | } |
||
45 |
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.