| 1 | <?php |
||
| 4 | class SEO_Metadata_SiteConfig_DataExtensionTest extends SapphireTest {
|
||
|
|
|||
| 5 | |||
| 6 | // |
||
| 7 | public static $fixture_file = 'SEO_Metadata_SiteConfig_DataExtensionTest.yml'; |
||
| 8 | |||
| 9 | public function testFetchTitleSeparator() {
|
||
| 13 | |||
| 14 | public function testFetchTaglineSeparator() {
|
||
| 18 | |||
| 19 | public function testGenerateTitle() {
|
||
| 23 | } |
||
| 24 |
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.