Location\BoundsTest::testGetNortWest PHP Méthode

testGetNortWest() public méthode

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