Spec\Dumplie\Customer\Domain\CartSpec::it_throws_exception_when_adding_unavailable_product PHP Метод

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

    function it_throws_exception_when_adding_unavailable_product()
    {
        $this->shouldThrow(ProductNotAvailableException::class)->during('add', [new Product(new SKU("DUMPLIE_SKU_1"), Price::PLN(100), false), 1]);
    }