| 1 | <?php |
||
| 24 | final class CustomerShowMenuBuilderEventSpec extends ObjectBehavior |
||
| 25 | { |
||
| 26 | function let(FactoryInterface $factory, ItemInterface $menu, CustomerInterface $customer) |
||
| 30 | |||
| 31 | function it_is_initializable() |
||
| 35 | |||
| 36 | function it_is_a_menu_builder_event() |
||
| 40 | |||
| 41 | function it_has_a_customer(CustomerInterface $customer) |
||
| 45 | } |
||
| 46 |