Skip to content

Commit a5c58da

Browse files
committed
Fixed tests failing after merged.
1 parent c61b130 commit a5c58da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/DependencyInjection/ConfigurationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function getBaseConfiguration()
6464
'range' => ['request_field' => 'range', 'tags' => []],
6565
],
6666
'date_range' => [
67-
'date' => ['request_field' => 'date_range', 'field' => 'date'],
67+
'date' => ['request_field' => 'date_range', 'field' => 'date', 'tags' => []],
6868
],
6969
'choice' => [
7070
'single_choice' => ['request_field' => 'choice', 'tags' => ['badged']],

0 commit comments

Comments
 (0)