You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
…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()
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 todev
packages (possible only after spliting).The text was updated successfully, but these errors were encountered: