We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5df25f commit 7699e4fCopy full SHA for 7699e4f
tests/Diff/Renderer/ArrayTest.php
@@ -5,8 +5,6 @@
5
use jblond\Diff\Renderer\Html\HtmlArray;
6
use PHPUnit\Framework\TestCase;
7
8
-require "../../../lib/Autoloader.php";
9
-
10
/**
11
* Class ArrayTest
12
* @package Tests\Diff\Renderer\Html
@@ -22,6 +20,7 @@ class ArrayTest extends TestCase
22
20
*/
23
21
public function __construct($name = null, array $data = [], $dataName = '')
24
{
+ require "../../../lib/Autoloader.php";
25
new \jblond\Autoloader();
26
parent::__construct($name, $data, $dataName);
27
}
0 commit comments