| 1 | <?php |
||
| 3 | class DMSDocumentTaxonomyExtensionTest extends SapphireTest |
||
|
|
|||
| 4 | { |
||
| 5 | protected static $fixture_file = 'DMSDocumentTaxonomyExtensionTest.yml'; |
||
| 6 | |||
| 7 | public function setUp() |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Ensure that appropriate tags by taxonomy type are returned, and that their hierarchy is displayd in the title |
||
| 18 | */ |
||
| 19 | public function testGetAllTagsMap() |
||
| 29 | } |
||
| 30 |
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.