Skip to content

Commit a3fe4d6

Browse files
TomasVotrubajaapio
authored andcommitted
make tests pass
1 parent 69f2185 commit a3fe4d6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/unit/TypeResolverTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,9 @@ public function provideFqcn()
598598
'class' => ['\phpDocumentor\Reflection\DocBlock'],
599599
];
600600
}
601+
602+
public function tearDown()
603+
{
604+
\Mockery::close();
605+
}
601606
}

tests/unit/Types/ContextFactoryTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@ class Bar
182182

183183
$this->assertSame([], $context->getNamespaceAliases());
184184
}
185+
186+
public function tearDown()
187+
{
188+
\Mockery::close();
189+
}
185190
}
186191
}
187192

0 commit comments

Comments
 (0)