mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Play nicer with tests
This commit is contained in:
parent
f54b167f00
commit
04de6ef0e2
@ -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' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user