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']);
    }