Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class FoxyStripeInventoryManagerTest extends FoxyStripeInventoryTest |
||
9 | { |
||
10 | /** |
||
11 | * |
||
12 | */ |
||
13 | public function testUpdateCMSFields() |
||
14 | { |
||
15 | $object = $this->objFromFixture(TestProduct::class, 'one'); |
||
16 | $fields = $object->getCMSFields(); |
||
17 | $this->assertInstanceOf(FieldList::class, $fields); |
||
18 | $this->assertNotNull($fields->dataFieldByName('ControlInventory')); |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * |
||
23 | */ |
||
24 | public function testFoxyStripePurchaseForm() |
||
29 | } |
||
30 | } |