| 1 | <?php |
||
| 8 | class PartialFieldSubmissionTest extends SapphireTest |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @var PartialFieldSubmission |
||
| 13 | */ |
||
| 14 | protected $field; |
||
| 15 | |||
| 16 | public function testCanView() |
||
| 20 | |||
| 21 | public function testCanCreate() |
||
| 25 | |||
| 26 | public function testCanEdit() |
||
| 30 | |||
| 31 | public function testCanDelete() |
||
| 35 | |||
| 36 | protected function setUp() |
||
| 41 | } |