示例#1
0
 public function testReturnsCorrectValueForYCoordinate()
 {
     $expectedRow = 4;
     $Cell = new Cell(5, $expectedRow);
     $this->assertEquals($expectedRow, $Cell->getYCoordinate());
 }