| 1 | <?php |
||
| 3 | namespace Dynamic\DynamicBlocks\Test; |
||
| 4 | |||
| 5 | use SilverStripe\Dev\SapphireTest; |
||
| 6 | use SilverStripe\Forms\FieldList; |
||
| 7 | |||
| 8 | class DynamicBlocksSiteTreeDataExtensionTest 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 testGetCMSFields() |
||
| 19 | { |
||
| 20 | $object = singleton(\Page::class); |
||
| 25 |