1 | <?php |
||
3 | class TemplateOverrideExtensionTest extends SapphireTest { |
||
1 ignored issue
–
show
|
|||
4 | |||
5 | protected static $fixture_file = 'template-override/tests/pages.yml'; |
||
6 | |||
7 | public function setUpOnce() { |
||
15 | |||
16 | |||
17 | public function testUpdateCMSFields() { |
||
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.