Moved MediaLibrary test to the system module

This commit is contained in:
Luke Towers 2017-10-08 23:16:18 -06:00
parent 4203e65549
commit 48b97a3178
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
use Cms\Classes\MediaLibrary;
use System\Classes\MediaLibrary;
class MediaLibraryTest extends TestCase // @codingStandardsIgnoreLine
{