[Bug]: A dependency with the name Pest\Mutate\Contracts\MutationTestRunner
cannot be resolved.
#1327
Labels
Pest\Mutate\Contracts\MutationTestRunner
cannot be resolved.
#1327
What Happened
When I add
covers([CLASS HERE]);
to my tests/TestCase.php,Pest\Exceptions\ShouldNotHappen
is thrown.Exact output:
How to Reproduce
Install a fresh Laravel app, add PestPHP and add
covers([\App\Providers\AppServiceProvider::class]);
to tests/TestCase.php.Other classes can be used as well instead of
\App\Providers\AppServiceProvider::class
.Sample Repository
https://github.com/TimeglitchD/pestphp-mutation-bug
Pest Version
3.7.1
PHP Version
8.4.1
Operation System
Linux
Notes
No response
The text was updated successfully, but these errors were encountered: