We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab14b15 commit 68c0c51Copy full SHA for 68c0c51
Tests/DependencyInjection/ConfigurationTest.php
@@ -127,17 +127,15 @@ public function provideValidProvidersConfigs()
127
[[
128
'array' => [
129
'rates' => [
130
- [
131
- 'EUR/USD' => 1.1,
132
- 'EUR/GBP' => 1.5,
+ 'EUR/USD' => 1.1,
+ 'EUR/GBP' => 1.5,
+ ],
133
+ 'historicalRates' => [
134
+ '2017-01-01' => [
135
+ 'EUR/USD' => 1.5,
136
],
- '2017-01-01' => [
- 'EUR/USD' => 1.5,
137
- ],
138
- '2017-01-03' => [
139
- 'EUR/GBP' => 1.3,
140
+ '2017-01-03' => [
+ 'EUR/GBP' => 1.3,
141
142
143
0 commit comments