|
@@ -46,7 +46,8 @@ discard block |
|
|
block discarded – undo |
|
46
|
46
|
$this->getAllOrdersCount()->shouldReturn(0); |
|
47
|
47
|
} |
|
48
|
48
|
|
|
49
|
|
- function it_has_number_of_all_orders(ChannelInterface $channel) { |
|
|
49
|
+ function it_has_number_of_all_orders(ChannelInterface $channel) |
|
|
50
|
+ { |
|
50
|
51
|
$firstStatistics = new PerChannelCustomerStatistics(110, 120, $channel->getWrappedObject()); |
|
51
|
52
|
$secondStatistics = new PerChannelCustomerStatistics(13, 120, $channel->getWrappedObject()); |
|
52
|
53
|
|
|
@@ -55,7 +56,8 @@ discard block |
|
|
block discarded – undo |
|
55
|
56
|
$this->getAllOrdersCount()->shouldReturn(123); |
|
56
|
57
|
} |
|
57
|
58
|
|
|
58
|
|
- function it_has_an_array_of_statistics_per_channel(ChannelInterface $channel) { |
|
|
59
|
+ function it_has_an_array_of_statistics_per_channel(ChannelInterface $channel) |
|
|
60
|
+ { |
|
59
|
61
|
$firstStatistics = new PerChannelCustomerStatistics(110, 120, $channel->getWrappedObject()); |
|
60
|
62
|
$secondStatistics = new PerChannelCustomerStatistics(13, 120, $channel->getWrappedObject()); |
|
61
|
63
|
|
Please login to merge, or discard this patch.