CommerceGuys\Addressing\Tests\Repository\ZoneRepositoryTest::testGetNonExistingZone PHP Method

testGetNonExistingZone() public method

public testGetNonExistingZone ( $zoneRepository )
    public function testGetNonExistingZone($zoneRepository)
    {
        $zone = $zoneRepository->get('rs');
    }