| 1 | <?php |
||
| 3 | class LatestGalleryImagesExtensionTest extends TestWithImage { |
||
|
|
|||
| 4 | protected static $fixture_file = 'ss3gallery/tests/ss3gallery.yml'; |
||
| 5 | |||
| 6 | protected $requiredExtensions = array('Page' => array('LatestGalleryImagesExtension')); |
||
| 7 | |||
| 8 | |||
| 9 | public function testLatestGalleryImagesExtension() { |
||
| 30 | |||
| 31 | } |
||
| 32 |
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.