| 1 | <?php  | 
            ||
| 21 | final class ChannelAndCurrencyPricingConfigurationTransformerSpec extends ObjectBehavior  | 
            ||
| 22 | { | 
            ||
| 23 | function let()  | 
            ||
| 27 | |||
| 28 | function it_is_initializable()  | 
            ||
| 32 | |||
| 33 | function it_is_data_transformer()  | 
            ||
| 37 | |||
| 38 | function it_transforms_array_into_proper_calculator_configuration_array()  | 
            ||
| 53 | |||
| 54 | function it_transform_back_from_proper_calculator_configuration_to_flat_array()  | 
            ||
| 67 | |||
| 68 | function it_returns_empty_array_if_given_value_is_null()  | 
            ||
| 72 | }  | 
            ||
| 73 | 
Very long variable names usually make code harder to read. It is therefore recommended not to make variable names too verbose.