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 7863053 commit 022c4afCopy full SHA for 022c4af
src/Symfony/Component/Config/Tests/Definition/Builder/NodeBuilderTest.php
@@ -79,7 +79,7 @@ public function testNodeTypesAreNotCaseSensitive()
79
80
public function testNumericNodeCreation()
81
{
82
- $builder = new NodeBuilder();
+ $builder = new BaseNodeBuilder();
83
84
$node = $builder->integerNode('foo')->min(3)->max(5);
85
$this->assertInstanceOf('Symfony\Component\Config\Definition\Builder\IntegerNodeDefinition', $node);
0 commit comments