1 | <?php |
||
21 | class PerUnitRateCalculatorSpec extends ObjectBehavior |
||
22 | { |
||
23 | function it_is_initializable() |
||
27 | |||
28 | function it_should_implement_Sylius_shipping_calculator_interface() |
||
32 | |||
33 | function it_returns_per_unit_type() |
||
37 | |||
38 | function it_should_calculate_the_total_with_the_per_unit_amount_configured_on_the_method( |
||
45 | |||
46 | function its_calculated_value_should_be_an_integer(ShippingSubjectInterface $subject) |
||
52 | } |
||
53 |