Skip to content

Commit

Permalink
Changed plugin node to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Apr 21, 2019
1 parent fd40e51 commit eb51696
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions tests/Configuration/ElFinderConfigurationReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private function getConfigurationReader($attributesObject)
'default' => array(
'cors_support' => '',
'connector' => array(
'debug' => '', 'binds' => '', 'plugin' => '',
'debug' => '', 'binds' => '', 'plugins' => '',
'roots' => array(
'uploads' => array(
'flysystem' => array('enabled' => false),
Expand All @@ -79,7 +79,7 @@ private function getConfigurationReader($attributesObject)
'driver' => 'LocalFileSystem',
'glide_url' => '',
'glide_key' => '',
'plugin' => '',
'plugins' => '',
'start_path' => '',
'encoding' => '',
'alias' => '',
Expand Down Expand Up @@ -118,7 +118,7 @@ private function getConfigurationReader($attributesObject)
'with_path_with_url' => array(
'cors_support' => true,
'connector' => array(
'debug' => '', 'binds' => '', 'plugin' => '',
'debug' => '', 'binds' => '', 'plugins' => '',
'roots' => array(
'uploads' => array(
'flysystem' => array('enabled' => false),
Expand All @@ -130,7 +130,7 @@ private function getConfigurationReader($attributesObject)
'url' => 'home-url',
'glide_url' => '',
'glide_key' => '',
'plugin' => '',
'plugins' => '',
'driver_options' => '',
'start_path' => '',
'encoding' => '',
Expand Down Expand Up @@ -170,7 +170,7 @@ private function getConfigurationReader($attributesObject)
'without_path_with_url' => array(
'cors_support' => true,
'connector' => array(
'debug' => '', 'binds' => '', 'plugin' => '',
'debug' => '', 'binds' => '', 'plugins' => '',
'roots' => array(
'uploads' => array(
'flysystem' => array('enabled' => false),
Expand All @@ -182,7 +182,7 @@ private function getConfigurationReader($attributesObject)
'url' => 'home-url-without-path',
'glide_url' => '',
'glide_key' => '',
'plugin' => '',
'plugins' => '',
'driver_options' => '',
'start_path' => '',
'encoding' => '',
Expand Down
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(),
'plugin' => array(),
'plugins' => 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(),
'plugin' => array(),
'plugins' => array(),
'driver_options' => array(),
'path' => 'uploads',
'show_hidden' => true,
Expand Down

0 comments on commit eb51696

Please sign in to comment.