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
88{
99 private $ phar ;
1010
11- public function __construct ()
11+ public function setUp ()
1212 {
1313 $ this ->phar = __DIR__ . '/../../bin/phpmetrics ' ;
1414 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class PharTest extends \PHPUnit\Framework\TestCase
88{
99 private $ phar ;
1010
11- public function __construct ()
11+ public function setUp ()
1212 {
1313 $ this ->phar = __DIR__ . '/../../releases/phpmetrics.phar ' ;
1414 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class BinReportTest extends \PHPUnit\Framework\TestCase
88{
99 private $ phar ;
1010
11- public function __construct ()
11+ public function setUp ()
1212 {
1313 $ this ->phar = __DIR__ . '/../../bin/phpmetrics ' ;
1414 }
You can’t perform that action at this time.
0 commit comments