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 5d22b81 commit 5231883Copy full SHA for 5231883
tests/Diff/Renderer/ArrayTest.php
@@ -5,6 +5,8 @@
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
@@ -20,7 +22,6 @@ class ArrayTest extends TestCase
20
22
*/
21
23
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