We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4697746 commit b06f22bCopy full SHA for b06f22b
tests/TestCase.php
@@ -10,7 +10,7 @@ public function tearDown(): void
10
{
11
parent::tearDown();
12
13
- if ($container = \Mockery::getContainer()) {
+ if ($container = Mockery::getContainer()) {
14
$this->addToAssertionCount($container->mockery_getExpectationCount());
15
}
16
0 commit comments