File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit colors =" true" bootstrap =" vendor/autoload.php" >
3
+ <php >
4
+ <ini name =" error_reporting" value =" 32767" />
5
+ </php >
3
6
<testsuites >
4
7
<testsuite name =" all" >
5
8
<directory suffix =" Test.php" >tests/</directory >
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ class ApiTest extends TestCase
10
10
{
11
11
private $ output ;
12
12
13
+ private $ api ;
14
+
13
15
public function setUp (): void
14
16
{
15
17
$ this ->api = new Api (Mockery::mock ('Intervention\Image\ImageManager ' ), []);
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ class CropTest extends TestCase
9
9
{
10
10
private $ manipulator ;
11
11
12
+ private $ image ;
13
+
12
14
public function setUp (): void
13
15
{
14
16
$ this ->manipulator = new Crop ();
You can’t perform that action at this time.
0 commit comments