| 1 | <?php |
||
| 21 | final class ShipmentShipListenerSpec extends ObjectBehavior |
||
| 22 | { |
||
| 23 | function let(ShipmentEmailManagerInterface $shipmentEmailManager): void |
||
| 27 | |||
| 28 | function it_sends_a_confirmation_email( |
||
| 39 | |||
| 40 | function it_throws_an_invalid_argument_exception_if_an_event_subject_is_not_a_shipment_instance( |
||
| 48 | } |
||
| 49 |