No need to manually call Mockery::close

This commit is contained in:
An Phan 2016-03-01 17:21:50 +08:00
parent 3dadb7d741
commit 8143ea0c2f

View file

@ -13,11 +13,6 @@ class MediaTest extends TestCase
{
use DatabaseTransactions, WithoutMiddleware;
public function tearDown()
{
m::close();
}
public function testSync()
{
$this->expectsEvents(LibraryChanged::class);