8000 [FrameworkBundle] Remove a legacy test. · symfony/symfony@b0f6a19 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0f6a19

Browse files
committed
[FrameworkBundle] Remove a legacy test.
1 parent 43e100b commit b0f6a19

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -86,27 +86,6 @@ public function testInvalidValueTrustedProxies()
8686
));
8787
}
8888

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-
11089
protected static function getBundleDefaultConfig()
11190
{
11291
return array(

0 commit comments

Comments
 (0)
0