Skip to content

Commit 288f33c

Browse files
committed
update composer file (autoload)
1 parent 8c56a2d commit 288f33c

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"jblond\\Diff\\": "lib/jblond"
29+
"jblond\\": "lib/jblond"
3030
}
3131
}
3232
}

tests/Diff/Renderer/ArrayTest.php

Lines changed: 1 addition & 3 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,7 +20,7 @@ class ArrayTest extends TestCase
2220
*/
2321
public function __construct($name = null, array $data = [], $dataName = '')
2422
{
25-
new \jblond\Autoloader();
23+
//new \jblond\Autoloader();
2624
parent::__construct($name, $data, $dataName);
2725
}
2826

tests/bootstrap.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)