Skip to content

Commit

Permalink
Don't normalise directories. Fixes leanphp/behat-code-coverage#40
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Aug 4, 2019
1 parent a684acd commit ca5119b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public function configure(ArrayNodeDefinition $builder): void
->children()
->arrayNode('directories')
->useAttributeAsKey('name')
->normalizeKeys(false)
->prototype('array')
->children()
->scalarNode('prefix')->defaultValue('')->end()
Expand All @@ -163,6 +164,7 @@ public function configure(ArrayNodeDefinition $builder): void
->children()
->arrayNode('directories')
->useAttributeAsKey('name')
->normalizeKeys(false)
->prototype('array')
->children()
->scalarNode('prefix')->defaultValue('')->end()
Expand Down

0 comments on commit ca5119b

Please sign in to comment.