Skip to content

Commit 2d87a40

Browse files
authored
Tests adjusted (#453)
1 parent af13640 commit 2d87a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/ContentImport/TestImportCoordinates.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testParseImportersFromPost(): void {
5959
->andReturn( true );
6060
Functions\expect( 'filter_input' )
6161
->once()
62-
->with( INPUT_GET, ImportCoordinates::IMPORTERS_GLOBAL_KEY, FILTER_FORCE_ARRAY )
62+
->with( INPUT_GET, ImportCoordinates::IMPORTERS_GLOBAL_KEY, FILTER_DEFAULT, FILTER_REQUIRE_ARRAY )
6363
->andReturn( array( 'pagesType' => 'pagesSlug' ) );
6464

6565
$test = $this->ImportCoordinatesFactory();

0 commit comments

Comments
 (0)