Skip to content

Commit

Permalink
Moved SearchQueryTypeTest to ibexa/search (#908)
Browse files Browse the repository at this point in the history
* Moved SearchQueryTypeTest to ibexa/search

* [PHPStan] Regenerated baseline
  • Loading branch information
ciastektk authored Sep 18, 2023
1 parent 07a1ffc commit 90212cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 200 deletions.
40 changes: 0 additions & 40 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12936,46 +12936,6 @@ parameters:
count: 1
path: tests/lib/Permission/PermissionCheckerTest.php

-
message: "#^Call to method getQuery\\(\\) on an unknown class Ibexa\\\\AdminUi\\\\QueryType\\\\SearchQueryType\\.$#"
count: 1
path: tests/lib/QueryType/SearchQueryTypeTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\AdminUi\\\\QueryType\\\\SearchQueryTypeTest\\:\\:createContentTypesList\\(\\) has parameter \\$ids with no value type specified in iterable type array\\.$#"
count: 1
path: tests/lib/QueryType/SearchQueryTypeTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\AdminUi\\\\QueryType\\\\SearchQueryTypeTest\\:\\:createContentTypesList\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/lib/QueryType/SearchQueryTypeTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\AdminUi\\\\QueryType\\\\SearchQueryTypeTest\\:\\:createExpectedQueryForAllCriteria\\(\\) has parameter \\$expectedSortClauses with no value type specified in iterable type array\\.$#"
count: 1
path: tests/lib/QueryType/SearchQueryTypeTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\AdminUi\\\\QueryType\\\\SearchQueryTypeTest\\:\\:dataProviderForGetQuery\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/lib/QueryType/SearchQueryTypeTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\AdminUi\\\\QueryType\\\\SearchQueryTypeTest\\:\\:testGetQuery\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: tests/lib/QueryType/SearchQueryTypeTest.php

-
message: "#^Property Ibexa\\\\Tests\\\\AdminUi\\\\QueryType\\\\SearchQueryTypeTest\\:\\:\\$queryType \\(Ibexa\\\\AdminUi\\\\QueryType\\\\SearchQueryType\\) does not accept Ibexa\\\\Search\\\\QueryType\\\\SearchQueryType\\.$#"
count: 1
path: tests/lib/QueryType/SearchQueryTypeTest.php

-
message: "#^Property Ibexa\\\\Tests\\\\AdminUi\\\\QueryType\\\\SearchQueryTypeTest\\:\\:\\$queryType has unknown class Ibexa\\\\AdminUi\\\\QueryType\\\\SearchQueryType as its type\\.$#"
count: 1
path: tests/lib/QueryType/SearchQueryTypeTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\AdminUi\\\\Resolver\\\\IconPathResolverTest\\:\\:getConfigResolverMock\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
Expand Down
160 changes: 0 additions & 160 deletions tests/lib/QueryType/SearchQueryTypeTest.php

This file was deleted.

0 comments on commit 90212cb

Please sign in to comment.