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