Spec\Dumplie\Customer\Domain\AddressSpec::it_cant_have_empty_country_iso2_code PHP Метод

it_cant_have_empty_country_iso2_code() публичный Метод

    function it_cant_have_empty_country_iso2_code()
    {
        $this->shouldThrow(InvalidArgumentException::class)->during('__construct', ['Norbert Orzechowicz', 'ul. Floriańska 15', '30-300', 'Kraków', '']);
    }