Skip to content

Commit 52df597

Browse files
committed
fixup! fixup! fixup! fixup! IBX-7579:Richtext: Rows are added to ezurl_object_link on every save: Changed unit test into integration test
1 parent f21a80e commit 52df597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/Core/FieldType/Url/UrlStorage/Gateway/UrlDoctrineStorageGatewayTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testGetUrlsFromUrlLink(): void
3232
$gateway->linkUrl($urlIds[2], 14, 1);
3333

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

0 commit comments

Comments
 (0)