1 | <?php |
||
3 | namespace Dynamic\FoxyStripe\Test; |
||
4 | |||
5 | use Dynamic\FoxyStripe\Model\FoxyCart; |
||
6 | use SilverStripe\SiteConfig\SiteConfig; |
||
7 | |||
8 | class StoreSettingsTest extends FS_Test |
||
9 | { |
||
10 | /** |
||
11 | * @var bool |
||
12 | */ |
||
13 | protected static $use_draft_site = true; |
||
14 | |||
15 | /** |
||
16 | * @throws \SilverStripe\ORM\ValidationException |
||
17 | */ |
||
18 | public function setUp() |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * |
||
30 | */ |
||
31 | public function testStoreKey() |
||
32 | { |
||
51 |