This commit is contained in:
Dennis Eichhorn 2023-10-23 00:29:28 +00:00
parent ab5230b8bd
commit 310a716769

View File

@ -507,6 +507,10 @@ final class MatrixTest extends \PHPUnit\Framework\TestCase
); );
} }
/**
* @covers phpOMS\Math\Matrix\Matrix
* @group framework
*/
public function testDotMatrices() : void public function testDotMatrices() : void
{ {
$m = Matrix::fromArray([ $m = Matrix::fromArray([