diff options
Diffstat (limited to 'tests/console/config/config_test.php')
-rw-r--r-- | tests/console/config/config_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/console/config/config_test.php b/tests/console/config/config_test.php index f9d7fe30e4..47e1691b5c 100644 --- a/tests/console/config/config_test.php +++ b/tests/console/config/config_test.php @@ -19,7 +19,7 @@ class phpbb_console_command_config_test extends phpbb_test_case protected $config; protected $command_name; protected $class_name; - protected $comand_namespace; + protected $command_namespace; public function setUp() { @@ -93,7 +93,7 @@ class phpbb_console_command_config_test extends phpbb_test_case 'key' => 'test_key', 'old' => 'old_value', 'new' => 'new_value', - '--dynamic' => false + '--dynamic' => false, )); $this->assertSame($this->config['test_key'], 'new_value'); |