We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be047a5 commit fa85c2bCopy full SHA for fa85c2b
AdobeStockImage/Test/Integration/Model/Extract/DocumentToAssetTest.php
@@ -56,7 +56,8 @@ public function testConvert(
56
): void {
57
$document = $this->getDocument($data);
58
$asset = $this->documentToAsset->convert($document, $additionalData);
59
- $getCategory = $this->dataObjectProcessor->buildOutputDataArray($asset->getCategory(), CategoryInterface::class);
+ $getCategory = $this->dataObjectProcessor
60
+ ->buildOutputDataArray($asset->getCategory(), CategoryInterface::class);
61
$this->assertEquals($data['creator_id'], $asset->getCreator()->getId());
62
$this->assertEquals($data['creator_name'], $asset->getCreator()->getName());
63
$this->assertEquals($data['category'], $getCategory);
0 commit comments