Spec\Dumplie\Customer\Domain\CartItemSpec::it_throws_exception_when_unit_is_lower_than_1 PHP Метод

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

    function it_throws_exception_when_unit_is_lower_than_1()
    {
        $this->shouldThrow(InvalidArgumentException::class)->during('__construct', [new SKU("DUMPLIE_SKU_1"), 0]);
    }