예제 #1
0
 public function testGetNumRows()
 {
     $sut = new Matrix(3, 3, 2);
     $this->assertEquals(3, $sut->getNumRows());
 }