1 | <?php |
||
21 | final class InventoryHelperSpec extends ObjectBehavior |
||
22 | { |
||
23 | function let(AvailabilityCheckerInterface $checker): void |
||
27 | |||
28 | function it_is_a_twig_extension(): void |
||
32 | |||
33 | function it_delegates_the_stock_availability_checking_to_the_checker( |
||
41 | |||
42 | function it_delegates_the_stock_sufficiency_checking_to_the_checker( |
||
50 | } |
||
51 |