| 1 | <?php |
||
| 25 | final class OrderShowMenuBuilderEventSpec extends ObjectBehavior |
||
| 26 | { |
||
| 27 | function let( |
||
| 35 | |||
| 36 | function it_is_initializable() |
||
| 40 | |||
| 41 | function it_is_a_menu_builder_event() |
||
| 45 | |||
| 46 | function it_has_an_order(OrderInterface $order) |
||
| 50 | |||
| 51 | function it_has_a_state_machine(StateMachineInterface $stateMachine) |
||
| 55 | } |
||
| 56 |