mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Fix tests
This commit is contained in:
committed by
Jaap van Otterdijk
parent
fd1a734d29
commit
7524aba21f
@@ -24,6 +24,14 @@ use PHPUnit\Framework\TestCase;
|
||||
*/
|
||||
class DocBlockTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Call Mockery::close after each test.
|
||||
*/
|
||||
public function tearDown()
|
||||
{
|
||||
m::close();
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers ::__construct
|
||||
* @covers ::getSummary
|
||||
|
||||
Reference in New Issue
Block a user