KamranAhmed\Geocode\GeocodeTest::testInvalidLocation PHP Method

testInvalidLocation() public method

public testInvalidLocation ( )
    public function testInvalidLocation()
    {
        $geo = new Geocode();
        $location = $geo->get("House of the rights for the poor people");
        $this->assertFalse($location->isValid());
    }