Skip to content

Commit 1332f06

Browse files
committed
Fix tests
1 parent 1b575b4 commit 1332f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Bridge/Symfony/Bundle/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function testDefaultConfig()
113113
'shared_max_age' => null,
114114
'vary' => ['Content-Type'],
115115
'public' => null,
116-
'varnish_urls' => null,
116+
'varnish_urls' => [],
117117
],
118118
], $config);
119119
}

0 commit comments

Comments
 (0)