8000 minor #13050 [Config] fixes broken unit test on ArrayNode class. (hha… · symfony/symfony@1bb837e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bb837e

Browse files
committed
minor #13050 [Config] fixes broken unit test on ArrayNode class. (hhamon)
This PR was merged into the 2.3 branch. Discussion ---------- [Config] fixes broken unit test on ArrayNode class. | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- a7ee58a [Config] fixes broken unit test on ArrayNode class.
2 parents 6712a4
8000
a + a7ee58a commit 1bb837e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function testNormalizeThrowsExceptionWhenFalseIsNotAllowed()
2727

2828
/**
2929
* @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
30-
* @expectedExceptionMessage Unrecognized options "foo" under "root"
30+
* @expectedExceptionMessage Unrecognized option "foo" under "root"
3131
*/
3232
public function testExceptionThrownOnUnrecognizedChild()
3333
{

0 commit comments

Comments
 (0)
0