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 81a7067 commit 3aee29eCopy full SHA for 3aee29e
tests/ImageProcessing/Import/ImportFromServerBrowseTest.php
@@ -38,6 +38,6 @@ public function testBrowseEndpointAsOwner(): void
38
// We have to sort in order to have a predictable order for the test.
39
// The order returned by the filesystem is not predictable.
40
sort($content);
41
- self::assertEquals( ['..', 'Constants', 'Feature_v2', 'ImageProcessing', 'Install', 'Samples', 'Traits', 'Unit', 'Webshop'], $content);
+ self::assertEquals(['..', 'Constants', 'Feature_v2', 'ImageProcessing', 'Install', 'Samples', 'Traits', 'Unit', 'Webshop'], $content);
42
}
43
0 commit comments