| 1 | <?php |
||
| 3 | namespace Dynamic\DynamicBlocks\Test; |
||
| 4 | |||
| 5 | use Dynamic\DynamicBlocks\Block\SlideshowBlock; |
||
| 6 | use SilverStripe\Dev\SapphireTest; |
||
| 7 | |||
| 8 | class SlideshowBlockTest extends SapphireTest |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var string |
||
| 12 | */ |
||
| 13 | protected static $fixture_file = 'dynamic-blocks/tests/Fixtures.yml'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * |
||
| 17 | */ |
||
| 18 | public function testGetPluralName() |
||
| 19 | { |
||
| 23 | } |