public function GatherContentUploadTestBase::getSimpleItem in GatherContent 8.5
Returns Item for the simple ProcessPane test.
Return value
\Cheppers\GatherContent\DataTypes\Item Item object.
1 call to GatherContentUploadTestBase::getSimpleItem()
- GatherContentUploadTest::testProcessGroups in gathercontent_upload/
tests/ src/ Kernel/ GatherContentUploadTest.php - Tests the field manipulation.
File
- gathercontent_upload/
tests/ src/ Kernel/ GatherContentUploadTestBase.php, line 148
Class
- GatherContentUploadTestBase
- Class GatherContentUploadTestBase.
Namespace
Drupal\Tests\gathercontent_upload\KernelCode
public function getSimpleItem() {
return new Item([
'project_id' => 86701,
'template_id' => 791717,
]);
}