1 | <?php |
||
22 | class ShippingContextSpec extends ObjectBehavior |
||
23 | { |
||
24 | function let(RepositoryInterface $shippingMethodRepository) { |
||
27 | |||
28 | function it_is_initializable() |
||
32 | |||
33 | function it_implements_context_interface() |
||
37 | |||
38 | function it_casts_shipping_method_name_to_string($shippingMethodRepository, ShippingMethodInterface $shippingMethod) |
||
44 | |||
45 | function it_throws_exception_if_there_is_no_shipping_method_with_name_passed_to_casting($shippingMethodRepository) |
||
51 | } |
||
52 |