mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
bump
This commit is contained in:
parent
8c5486bed4
commit
660e2dbbfd
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user