Skip to content

Commit

Permalink
Revert "PSR1.Files.SideEffects.FoundWithSymbols"
Browse files Browse the repository at this point in the history
make unit test work again

This reverts commit 7699e4f.
  • Loading branch information
JBlond committed Feb 13, 2019
1 parent 5d22b81 commit 5231883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Diff/Renderer/ArrayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
use jblond\Diff\Renderer\Html\HtmlArray;
use PHPUnit\Framework\TestCase;

require "../../../lib/Autoloader.php";

/**
* Class ArrayTest
* @package Tests\Diff\Renderer\Html
Expand All @@ -20,7 +22,6 @@ class ArrayTest extends TestCase
*/
public function __construct($name = null, array $data = [], $dataName = '')
{
require "../../../lib/Autoloader.php";
new \jblond\Autoloader();
parent::__construct($name, $data, $dataName);
}
Expand Down

0 comments on commit 5231883

Please sign in to comment.