Skip to content

Commit bfc15d2

Browse files
committed
Fixed binary tests
1 parent 55972b6 commit bfc15d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/binary/BinTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

tests/binary/PharTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

tests/binary/ReportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)