diff --git a/tests/MediaTest.php b/tests/MediaTest.php index 72def7d5..70bb35b7 100644 --- a/tests/MediaTest.php +++ b/tests/MediaTest.php @@ -13,11 +13,6 @@ class MediaTest extends TestCase { use DatabaseTransactions, WithoutMiddleware; - public function tearDown() - { - m::close(); - } - public function testSync() { $this->expectsEvents(LibraryChanged::class);