Skip to content

Commit

Permalink
misc: watch files in test environment by default
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Jan 13, 2024
1 parent 3ef094a commit 2abfbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function getConfigTreeBuilder(): TreeBuilder
'outdated class definitions to cause invalid mapping behaviour.'
)
->scalarPrototype()->end()
->defaultValue(['dev'])
->defaultValue(['dev', 'test'])
->end()
->end()
->end()
Expand Down

0 comments on commit 2abfbb0

Please sign in to comment.