Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate project for phpunit assertions? #4

Open
LastDragon-ru opened this issue Dec 7, 2020 · 0 comments
Open

Separate project for phpunit assertions? #4

LastDragon-ru opened this issue Dec 7, 2020 · 0 comments
Labels
! Breaking change scope: chore

Comments

@LastDragon-ru
Copy link
Owner

LastDragon-ru commented Dec 7, 2020

After #140, #117, #141 probably more actual to extract all assertions into separate packages. That will remove all implicit dependencies from phpunit, but we will have few more (small) packages. It may be difficult to support and it will create more tasks in actions (maybe even we can reach the limit (256?)).

Also, the src/Testing/**.php should not be related to dev packages (possible only after spliting).

LastDragon-ru added a commit that referenced this issue Aug 14, 2021
…DatabaseBuilder::processRelation() expects array, array<string, mixed>|null given.

Parameter #4 $direction of method LastDragon_ru\LaraASP\GraphQL\SortBy\DatabaseBuilder::processColumn() expects string, string|null given.

Cannot call method getBuilder() on LastDragon_ru\LaraASP\GraphQL\SortBy\DatabaseSortStack|null.

Cannot call method getTableAlias() on LastDragon_ru\LaraASP\GraphQL\SortBy\DatabaseSortStack|null.

Cannot call method push() on LastDragon_ru\LaraASP\GraphQL\SortBy\DatabaseSortStack|null.

Cannot call method getPath() on LastDragon_ru\LaraASP\GraphQL\SortBy\DatabaseSortStack|null.
LastDragon-ru added a commit that referenced this issue Aug 14, 2021
…ru\LaraASP\Eloquent\Casts\EnumCast::get() should be contravariant with parameter $attributes (array) of method Illuminate\Contracts\Database\Eloquent\CastsAttributes::get()

Parameter #4 $attributes (array<string, mixed>) of method LastDragon_ru\LaraASP\Eloquent\Casts\EnumCast::set() should becontravariant with parameter $attributes (array) of method Illuminate\Contracts\Database\Eloquent\CastsAttributes::set()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
! Breaking change scope: chore
Projects
None yet
Development

No branches or pull requests

1 participant