Skip to content

Commit

Permalink
Add 'configuration' node in 'product_attribute' fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Apr 6, 2017
1 parent c4a5306 commit cd0243d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -55,6 +55,7 @@ protected function configureResourceNode(ArrayNodeDefinition $resourceNode)
->scalarNode('name')->cannotBeEmpty()->end()
->scalarNode('code')->cannotBeEmpty()->end()
->enumNode('type')->values($this->attributeTypes)->cannotBeEmpty()->end()
->variableNode('configuration')->end()
;
}
}

0 comments on commit cd0243d

Please sign in to comment.