Skip to content

Commit

Permalink
Revert Configuration to previous commit and update phpunit.xml.dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelNikolov committed Dec 2, 2018
1 parent 31d5f43 commit d18e7fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('en_igdb_api');
$rootNode = $treeBuilder->getRootNode();
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('en_igdb_api');

$rootNode
->children()
Expand Down
6 changes: 5 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
</exclude>
</whitelist>
</filter>
</phpunit>

<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="50"/>
</php>
</phpunit>

0 comments on commit d18e7fe

Please sign in to comment.