We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af13640 commit 2d87a40Copy full SHA for 2d87a40
tests/phpunit/ContentImport/TestImportCoordinates.php
@@ -59,7 +59,7 @@ public function testParseImportersFromPost(): void {
59
->andReturn( true );
60
Functions\expect( 'filter_input' )
61
->once()
62
- ->with( INPUT_GET, ImportCoordinates::IMPORTERS_GLOBAL_KEY, FILTER_FORCE_ARRAY )
+ ->with( INPUT_GET, ImportCoordinates::IMPORTERS_GLOBAL_KEY, FILTER_DEFAULT, FILTER_REQUIRE_ARRAY )
63
->andReturn( array( 'pagesType' => 'pagesSlug' ) );
64
65
$test = $this->ImportCoordinatesFactory();
0 commit comments