getNorth() public method

public getNorth ( ) : float
return float
Beispiel #1
0
 /**
  * @covers Location\Bounds::getNorth
  */
 public function testGetNorth()
 {
     $this->assertEquals(50, $this->object->getNorth());
 }