@@ -31,7 +31,7 @@ public function testConfigTree($options, $results)
31
31
public function getTestConfigTreeData ()
32
32
{
33
33
return array (
34
- array (array ('secret ' => 's3cr3t ' ), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
34
+ array (array ('secret ' => 's3cr3t ' ), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array (), 'trusted_hosts ' => array (), ' trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
35
35
);
36
36
}
37
37
@@ -50,12 +50,12 @@ public function testValidTrustedProxies($options, $results)
50
50
public function getTestValidTrustedProxiesData ()
51
51
{
52
52
return array (
53
- array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
54
- array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('::1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('::1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
55
- array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' , '::1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' , '::1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
56
- array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => null ), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
57
- array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => false ), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
58
- array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ()), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
53
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_hosts ' => array (), ' trusted_proxies ' => array ('127.0.0.1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
54
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('::1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_hosts ' => array (), ' trusted_proxies ' => array ('::1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
55
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' , '::1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_hosts ' => array (), ' trusted_proxies ' => array ('127.0.0.1 ' , '::1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
56
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => null ), array ('secret ' => 's3cr3t ' , 'trusted_hosts ' => array (), ' trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
57
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => false ), array ('secret ' => 's3cr3t ' , 'trusted_hosts ' => array (), ' trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
58
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ()), array ('secret ' => 's3cr3t ' , 'trusted_hosts ' => array (), ' trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
59
59
);
60
60
}
61
61
0 commit comments