File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class BinFileTest extends \PHPUnit\Framework\TestCase
8
8
{
9
9
private $ phar ;
10
10
11
- public function __construct ()
11
+ public function setUp ()
12
12
{
13
13
$ this ->phar = __DIR__ . '/../../bin/phpmetrics ' ;
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class PharTest extends \PHPUnit\Framework\TestCase
8
8
{
9
9
private $ phar ;
10
10
11
- public function __construct ()
11
+ public function setUp ()
12
12
{
13
13
$ this ->phar = __DIR__ . '/../../releases/phpmetrics.phar ' ;
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class BinReportTest extends \PHPUnit\Framework\TestCase
8
8
{
9
9
private $ phar ;
10
10
11
- public function __construct ()
11
+ public function setUp ()
12
12
{
13
13
$ this ->phar = __DIR__ . '/../../bin/phpmetrics ' ;
14
14
}
You can’t perform that action at this time.
0 commit comments