From ec1d8fe3155e4faaffee5954b483028b51448417 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 27 May 2020 13:25:36 -0600 Subject: [PATCH] Fix Media Library test for L6 --- tests/unit/system/classes/MediaLibraryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/system/classes/MediaLibraryTest.php b/tests/unit/system/classes/MediaLibraryTest.php index 701d23401..54c4a6a3e 100644 --- a/tests/unit/system/classes/MediaLibraryTest.php +++ b/tests/unit/system/classes/MediaLibraryTest.php @@ -4,7 +4,7 @@ use System\Classes\MediaLibrary; class MediaLibraryTest extends TestCase // @codingStandardsIgnoreLine { - protected function tearDown() + protected function tearDown() : void { $this->removeMedia(); parent::tearDown();