Play nicer with tests

This commit is contained in:
Luke Towers 2020-08-13 03:15:53 -06:00
parent f54b167f00
commit 04de6ef0e2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
use Url; use URL;
use Backend; use Backend;
use System\Classes\ImageResizer; use System\Classes\ImageResizer;
use System\Classes\MediaLibrary; use System\Classes\MediaLibrary;
@ -40,7 +40,7 @@ class ImageResizerTest extends TestCase
'target' => '', 'target' => '',
], ],
'pluginUrl' => [ 'pluginUrl' => [
'source' => Url::to('plugins/october/demo/assets/logo.png'), 'source' => URL::to('plugins/october/demo/assets/logo.png'),
'target' => '', 'target' => '',
], ],
'absoluteUrl' => [ 'absoluteUrl' => [