Location\BoundsTest::testGetNortWest PHP Method

testGetNortWest() public method

public testGetNortWest ( )
    public function testGetNortWest()
    {
        $c = new Coordinate(50, 10);
        $this->assertEquals($c, $this->object->getNorthWest());
    }