Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Oct 23, 2023
1 parent ab5230b commit 310a716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Math/Matrix/MatrixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,10 @@ public function testDotVectors() : void
);
}

/**
* @covers phpOMS\Math\Matrix\Matrix
* @group framework
*/
public function testDotMatrices() : void
{
$m = Matrix::fromArray([
Expand Down

0 comments on commit 310a716

Please sign in to comment.