File tree 1 file changed +0
-21
lines changed
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -86,27 +86,6 @@ public function testInvalidValueTrustedProxies()
86
86
));
87
87
}
88
88
89
- /**
90
- * @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
91
- * @expectedExceptionMessage You cannot use assets settings under "framework.templating" and "assets" configurations in the same project.
92
- */
93
- public function testLegacyInvalidValueAssets ()
94
- {
95
- $ this ->iniSet ('error_reporting ' , -1 & ~E_USER_DEPRECATED );
96
-
97
- $ processor = new Processor ();
98
- $ configuration = new Configuration (true );
99
- $ processor ->processConfiguration ($ configuration , array (
100
- array (
101
- 'templating ' => array (
102
- 'engines ' => null ,
103
- 'assets_base_urls ' => '//example.com ' ,
104
- ),
105
- 'assets ' => null ,
106
- ),
107
- ));
108
- }
109
-
110
89
protected static function getBundleDefaultConfig ()
111
90
{
112
91
return array (
You can’t perform that action at this time.
0 commit comments