feat(mock-plugin): moves mock stuff to their own plugin

This commit is contained in:
Nuno Maduro
2021-05-15 23:43:37 +01:00
parent 9394aa4649
commit 9027411004
6 changed files with 1 additions and 128 deletions

View File

@ -41,7 +41,6 @@ final class AfterEachRepository
return ChainableClosure::from(function (): void {
if (class_exists(Mockery::class)) {
/* @phpstan-ignore-next-line */
if ($container = Mockery::getContainer()) {
/* @phpstan-ignore-next-line */
$this->addToAssertionCount($container->mockery_getExpectationCount());