Fix Media Library test for L6
This commit is contained in:
parent
252c9b7f58
commit
ec1d8fe315
|
|
@ -4,7 +4,7 @@ use System\Classes\MediaLibrary;
|
||||||
|
|
||||||
class MediaLibraryTest extends TestCase // @codingStandardsIgnoreLine
|
class MediaLibraryTest extends TestCase // @codingStandardsIgnoreLine
|
||||||
{
|
{
|
||||||
protected function tearDown()
|
protected function tearDown() : void
|
||||||
{
|
{
|
||||||
$this->removeMedia();
|
$this->removeMedia();
|
||||||
parent::tearDown();
|
parent::tearDown();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue