Update Asset/Story.t for changes to exportGetRelatedAssetIds now exporting the container as well.
This commit is contained in:
parent
2ab9773025
commit
d796412469
1 changed files with 3 additions and 3 deletions
|
|
@ -266,11 +266,11 @@ cmp_deeply(
|
|||
'getCrumbTrail: with topic set'
|
||||
);
|
||||
|
||||
is_deeply(
|
||||
cmp_bag(
|
||||
$story->exportGetRelatedAssetIds,
|
||||
[ $topic->getId ],
|
||||
[ $topic->getId, $archive->getId ],
|
||||
'exportGetRelatedAssetIds',
|
||||
);
|
||||
) or diag Dumper $story->exportGetRelatedAssetIds;
|
||||
|
||||
$story->topic('');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue