| 1 | <?php |
||
| 7 | class ElementPageExtensionTests extends FunctionalTest { |
||
|
|
|||
| 8 | |||
| 9 | protected static $fixture_file = 'elemental/tests/fixtures.yml'; |
||
| 10 | |||
| 11 | public function setUp() { |
||
| 16 | |||
| 17 | public function testUpdateCmsFields() { |
||
| 31 | |||
| 32 | public function testDuplicatePageCopiesContent() { |
||
| 35 | |||
| 36 | public function testPublishingPagePublishesElement() { |
||
| 39 | |||
| 40 | public function testElementalArea() { |
||
| 43 | } |
||
| 44 |
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.