Exemple #1
0
 public function testGetNumCols()
 {
     $sut = new Matrix(3, 3, 2);
     $this->assertEquals(3, $sut->getNumCols());
 }