| 1 | <?php |
||
| 23 | final class ShipmentShipListenerSpec extends ObjectBehavior |
||
| 24 | { |
||
| 25 | function let(ShipmentEmailManagerInterface $shipmentEmailManager) |
||
| 29 | |||
| 30 | function it_is_initializable() |
||
| 34 | |||
| 35 | function it_sends_a_confirmation_email( |
||
| 46 | |||
| 47 | function it_throws_an_invalid_argument_exception_if_an_event_subject_is_not_a_shipment_instance( |
||
| 55 | } |
||
| 56 |