| 1 | <?php |
||
| 22 | final class PromotionMenuBuilderEventSpec extends ObjectBehavior |
||
| 23 | { |
||
| 24 | function let(FactoryInterface $factory, ItemInterface $menu, PromotionInterface $promotion): void |
||
| 28 | |||
| 29 | function it_is_a_manage_menu_builder_event(): void |
||
| 33 | |||
| 34 | function it_has_a_promotion(PromotionInterface $promotion): void |
||
| 38 | } |
||
| 39 |