8000 Added "@expectedExceptionMessage" to ConfigurationTest::testInvalidVa… · symfony/symfony@66640e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66640e0

Browse files
committed
Added "@expectedExceptionMessage" to ConfigurationTest::testInvalidValueAssets().
1 parent 3f067fb commit 66640e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function testInvalidValueTrustedProxies()
8888

8989
/**
9090
* @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
91+
* @expectedExceptionMessage You cannot use assets settings under "framework.templating" and "assets" configurations in the same project.
9192
*/
9293
public function testInvalidValueAssets()
9394
{

0 commit comments

Comments
 (0)
0