Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0f6a19

Browse filesBrowse files
committed
[FrameworkBundle] Remove a legacy test.
1 parent 43e100b commit b0f6a19
Copy full SHA for b0f6a19

File tree

1 file changed

+0
-21
lines changed
Filter options

1 file changed

+0
-21
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
-21Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.