Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! IBX-7579:Richtext: Rows are added to ezur…
Browse files Browse the repository at this point in the history
…l_object_link on every save: Changed unit test into integration test
  • Loading branch information
vidarl committed Jun 20, 2024
1 parent f21a80e commit 52df597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function testGetUrlsFromUrlLink(): void
$gateway->linkUrl($urlIds[2], 14, 1);

$urls = $gateway->getUrlsFromUrlLink(10, 1);
asort($urls);
sort($urls);
self::assertEquals(['https://ibexa.co/example1', 'https://ibexa.co/example2'], $urls, 'Did not get expected urls for field 10');
self::assertEquals(['https://ibexa.co/example2'], $gateway->getUrlsFromUrlLink(12, 2), 'Did not get expected url for field 12');
self::assertEquals(['https://ibexa.co/example3'], $gateway->getUrlsFromUrlLink(14, 1), 'Did not get expected url for field 14');
Expand Down

0 comments on commit 52df597

Please sign in to comment.