8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f067fb commit 66640e0Copy full SHA for 66640e0
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
@@ -88,6 +88,7 @@ public function testInvalidValueTrustedProxies()
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 testInvalidValueAssets()
94
{
0 commit comments