| 1 | <?php |
||
| 3 | namespace Dynamic\FoxyStripe\Test; |
||
| 4 | |||
| 5 | use Dynamic\FoxyStripe\Test\TestProduct; |
||
| 6 | use SilverStripe\Forms\FieldList; |
||
| 7 | |||
| 8 | class FoxyStripeInventoryManagerTest extends FoxyStripeInventoryTest |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * |
||
| 12 | */ |
||
| 13 | public function testUpdateCMSFields() |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * |
||
| 23 | */ |
||
| 24 | public function testFoxyStripePurchaseForm() |
||
| 25 | { |
||
| 26 | $object = $this->objFromFixture(TestProduct::class, 'one'); |
||
| 30 | } |