1 | <?php |
||
23 | final class FlatRateCalculatorSpec extends ObjectBehavior |
||
24 | { |
||
25 | function it_should_implement_shipping_calculator_interface(): void |
||
29 | |||
30 | function it_returns_flat_rate_type(): void |
||
34 | |||
35 | function it_should_calculate_the_flat_rate_amount_configured_on_the_method(ShipmentInterface $shipment): void |
||
39 | |||
40 | function its_calculated_value_should_be_an_integer(ShipmentInterface $shipment): void |
||
44 | } |
||
45 |