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