| 1 | <?php |
||
| 3 | namespace Dynamic\FoxyStripe\Test; |
||
| 4 | |||
| 5 | use SilverStripe\Dev\SapphireTest; |
||
| 6 | use SilverStripe\Forms\FieldList; |
||
| 7 | use SilverStripe\SiteConfig\SiteConfig; |
||
| 8 | |||
| 9 | class FoxyStripeSiteConfigTest extends SapphireTest |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | protected static $fixture_file = 'fixtures.yml'; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * |
||
| 18 | */ |
||
| 19 | public function testGetCMSFields() |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * |
||
| 28 | */ |
||
| 29 | public function testGetDataMap() |
||
| 35 |