Skip to content

Commit 7699e4f

Browse files
committed
PSR1.Files.SideEffects.FoundWithSymbols
1 parent e5df25f commit 7699e4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Diff/Renderer/ArrayTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
use jblond\Diff\Renderer\Html\HtmlArray;
66
use PHPUnit\Framework\TestCase;
77

8-
require "../../../lib/Autoloader.php";
9-
108
/**
119
* Class ArrayTest
1210
* @package Tests\Diff\Renderer\Html
@@ -22,6 +20,7 @@ class ArrayTest extends TestCase
2220
*/
2321
public function __construct($name = null, array $data = [], $dataName = '')
2422
{
23+
require "../../../lib/Autoloader.php";
2524
new \jblond\Autoloader();
2625
parent::__construct($name, $data, $dataName);
2726
}

0 commit comments

Comments
 (0)