1 | <?php |
||
6 | class FS_Test extends FunctionalTest |
||
7 | { |
||
8 | |||
9 | /** |
||
10 | * @var string |
||
11 | */ |
||
12 | protected static $fixture_file = 'foxystripe/tests/FoxyStripeTest.yml'; |
||
13 | /** |
||
14 | * @var bool |
||
15 | */ |
||
16 | protected static $disable_themes = true; |
||
17 | /** |
||
18 | * @var bool |
||
19 | */ |
||
20 | protected static $use_draft_site = false; |
||
21 | |||
22 | /** |
||
23 | * |
||
24 | */ |
||
25 | public function setUp() |
||
33 | |||
34 | /** |
||
35 | * |
||
36 | */ |
||
37 | public function logOut() |
||
41 | |||
42 | /** |
||
43 | * |
||
44 | */ |
||
45 | public function testFoxyStripeProduct() |
||
48 | |||
49 | } |
||
50 |