From 660e2dbbfdba4e44b7ccc597ee2172850a939836 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 23 Oct 2023 01:49:26 +0000 Subject: [PATCH] bump --- tests/Math/Matrix/MatrixTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php index 2ce143a4e..43b71e809 100755 --- a/tests/Math/Matrix/MatrixTest.php +++ b/tests/Math/Matrix/MatrixTest.php @@ -533,6 +533,10 @@ final class MatrixTest extends \PHPUnit\Framework\TestCase ); } + /** + * @covers phpOMS\Math\Matrix\Matrix + * @group framework + */ public function testDotVectorMatrix() : void { $v = Vector::fromArray([3, 4])->transpose();