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();