mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
No need to manually call Mockery::close
This commit is contained in:
parent
3dadb7d741
commit
8143ea0c2f
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ class MediaTest extends TestCase
|
|||
{
|
||||
use DatabaseTransactions, WithoutMiddleware;
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
m::close();
|
||||
}
|
||||
|
||||
public function testSync()
|
||||
{
|
||||
$this->expectsEvents(LibraryChanged::class);
|
||||
|
|
Loading…
Reference in a new issue