Spec\Dumplie\Inventory\Domain\ProductSpec::it_can_be_removed_from_stock PHP Метод

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

    function it_can_be_removed_from_stock()
    {
        $this->removeFromStock();
        $this->shouldBeLike(new Product(new SKU("DUMPLIE_SKU_1"), Price::fromInt(250, 'PLN'), $isInStock = false));
    }