| 1 | <?php |
||
| 23 | final class PerUnitRateCalculatorSpec extends ObjectBehavior |
||
| 24 | { |
||
| 25 | function it_should_implement_shipping_calculator_interface(): void |
||
| 29 | |||
| 30 | function it_returns_per_unit_type(): void |
||
| 34 | |||
| 35 | function it_should_calculate_the_total_with_the_per_unit_amount_configured_on_the_method( |
||
| 42 | |||
| 43 | function its_calculated_value_should_be_an_integer(ShipmentInterface $subject): void |
||
| 49 | } |
||
| 50 |