Skip to content

Commit 68c0c51

Browse files
committed
Fixed test ConfigurationTest
1 parent ab14b15 commit 68c0c51

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,15 @@ public function provideValidProvidersConfigs()
127127
[[
128128
'array' => [
129129
'rates' => [
130-
[
131-
'EUR/USD' => 1.1,
132-
'EUR/GBP' => 1.5,
130+
'EUR/USD' => 1.1,
131+
'EUR/GBP' => 1.5,
132+
],
133+
'historicalRates' => [
134+
'2017-01-01' => [
135+
'EUR/USD' => 1.5,
133136
],
134-
[
135-
'2017-01-01' => [
136-
'EUR/USD' => 1.5,
137-
],
138-
'2017-01-03' => [
139-
'EUR/GBP' => 1.3,
140-
],
137+
'2017-01-03' => [
138+
'EUR/GBP' => 1.3,
141139
],
142140
],
143141
],

0 commit comments

Comments
 (0)