getWest() public method

public getWest ( ) : float
return float
Example #1
0
 /**
  * @covers Location\Bounds::getWest
  */
 public function testGetWest()
 {
     $this->assertEquals(10, $this->object->getWest());
 }