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
The signature of AlbertCht\Lumen\Testing\Concerns\InteractsWithAuthentication::be($user, $driver = NULL) is not compatible in lumen-testing v1.1 from Packagist.
In TestCase.php line 9:
Declaration of AlbertCht\Lumen\Testing\Concerns\InteractsWithAuthentication
::be($user, $driver = NULL) should be compatible with Laravel\Lumen\Testing
\TestCase::be(Illuminate\Contracts\Auth\Authenticatable $user, $driver = NU
LL)
For ease of reading:
Declaration of
AlbertCht\Lumen\Testing\Concerns\InteractsWithAuthentication::be($user, $driver = NULL)
should be compatible with
Laravel\Lumen\Testing\TestCase::be(Illuminate\Contracts\Auth\Authenticatable $user, $driver = NU
LL)
The text was updated successfully, but these errors were encountered:
HenkPoley
added a commit
to HenkPoley/lumen-testing
that referenced
this issue
Jan 2, 2020
The signature of
AlbertCht\Lumen\Testing\Concerns\InteractsWithAuthentication::be($user, $driver = NULL)
is not compatible in lumen-testing v1.1 from Packagist.For ease of reading:
The text was updated successfully, but these errors were encountered: