Skip to content
Snippets Groups Projects
Commit 8b73be1a authored by Nia Kathoni's avatar Nia Kathoni Committed by Nia Kathoni
Browse files

Applying code standard fix.

parent 1017f2f0
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ class MultiFeedTest extends FeedsKernelTestBase {
// 4. Checks if the node contains both feed items.
$expected_feed_item_target_ids = [$feed1->id(), $feed2->id()];
$node_feed_item_target_ids = array_map(function($value) {
$node_feed_item_target_ids = array_map(function ($value) {
return $value['target_id'];
}, $node->feeds_item->getValue());
$this->assertEquals($expected_feed_item_target_ids, $node_feed_item_target_ids);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment