Fix tests

This commit is contained in:
Gabriel Caruso
2017-11-15 08:29:42 +01:00
committed by Jaap van Otterdijk
parent fd1a734d29
commit 7524aba21f
34 changed files with 1815 additions and 8 deletions
+9
View File
@@ -12,6 +12,7 @@
namespace phpDocumentor\Reflection\DocBlock;
use Mockery as m;
use phpDocumentor\Reflection\DocBlock;
use PHPUnit\Framework\TestCase;
@@ -21,6 +22,14 @@ use PHPUnit\Framework\TestCase;
*/
class SerializerTest extends TestCase
{
/**
* Call Mockery::close after each test.
*/
public function tearDown()
{
m::close();
}
/**
* @covers ::__construct
* @covers ::getDocComment