Skip to content

Commit 827868f

Browse files
committed
Remove redundant test.
1 parent 52d7ce4 commit 827868f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/MatrixTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ private function buildMatrix()
1313
]);
1414
}
1515

16-
public function testConstruction()
17-
{
18-
$this->buildMatrix();
19-
$this->assertTrue(true);
20-
}
21-
2216
public function testBadConstruction()
2317
{
2418
try {

0 commit comments

Comments
 (0)