Skip to content

Commit

Permalink
Changed expected configuration plugin key
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Apr 21, 2019
1 parent 3ba0566 commit fd40e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/DependencyInjection/ConfigurationLoadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function testSupportsAllConfigFormats($path)
'connector' => array(
'debug' => true,
'binds' => array(),
'plugins' => array(),
'plugin' => array(),
'roots' => array(
'uploads' => array(
'driver' => 'LocalFileSystem',
Expand All @@ -58,7 +58,7 @@ public function testSupportsAllConfigFormats($path)
'i18n_folder_name' => false,
'locale' => '',
'disabled_commands' => array(),
'plugins' => array(),
'plugin' => array(),
'driver_options' => array(),
'path' => 'uploads',
'show_hidden' => true,
Expand Down

0 comments on commit fd40e51

Please sign in to comment.