Spec\Dumplie\Customer\Domain\AddressSpec::it_cant_have_empty_street PHP 메소드

it_cant_have_empty_street() 공개 메소드

    function it_cant_have_empty_street()
    {
        $this->shouldThrow(InvalidArgumentException::class)->during('__construct', ['Norbert Orzechowicz', '', '30-300', 'Kraków', 'PL']);
    }