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 9986c5e commit 74b9fb1Copy full SHA for 74b9fb1
src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php
@@ -45,7 +45,8 @@ public function testConstructionWithOneDistinctValue()
45
46
public function testConstructionWithNullName()
47
{
48
- new EnumNode(null, null, array('foo'));
+ $node = new EnumNode(null, null, array('foo'));
49
+ $this->assertSame('foo', $node->finalize('foo'));
50
}
51
52
/**
0 commit comments