1 | <?php |
||
22 | final class LimitingOrderItemQuantityModifierSpec extends ObjectBehavior |
||
23 | { |
||
24 | function let(OrderItemQuantityModifierInterface $itemQuantityModifier) |
||
28 | |||
29 | function it_is_initializable() |
||
33 | |||
34 | function it_implements_order_item_modifier_interface() |
||
38 | |||
39 | function it_restricts_max_item_quantity_to_the_stated_limit( |
||
49 | } |
||
50 |