| 1 | <?php |
||
| 22 | final class CustomerShowMenuBuilderEventSpec extends ObjectBehavior |
||
| 23 | { |
||
| 24 | function let(FactoryInterface $factory, ItemInterface $menu, CustomerInterface $customer): void |
||
| 28 | |||
| 29 | function it_is_a_menu_builder_event(): void |
||
| 33 | |||
| 34 | function it_has_a_customer(CustomerInterface $customer): void |
||
| 38 | } |
||
| 39 |