Skip to content

Commit b06f22b

Browse files
Synchrochristophrumpel
authored andcommitted
Unneeded qualifier
1 parent 4697746 commit b06f22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function tearDown(): void
1010
{
1111
parent::tearDown();
1212

13-
if ($container = \Mockery::getContainer()) {
13+
if ($container = Mockery::getContainer()) {
1414
$this->addToAssertionCount($container->mockery_getExpectationCount());
1515
}
1616

0 commit comments

Comments
 (0)