aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/config/config_test.php
diff options
context:
space:
mode:
authorLEZY Thomas <thomas.lezy@ensimag.grenoble-inp.fr>2014-06-05 16:07:52 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-23 12:41:41 +0200
commitab6c9775d33deceb87e06edc13585e6f345d3e74 (patch)
treeaba5abd66287252cce6dcd583a58935c58e56545 /tests/console/config/config_test.php
parentf9803b73603fc02be8a8d5dcb3366cd5df769498 (diff)
downloadforums-ab6c9775d33deceb87e06edc13585e6f345d3e74.tar
forums-ab6c9775d33deceb87e06edc13585e6f345d3e74.tar.gz
forums-ab6c9775d33deceb87e06edc13585e6f345d3e74.tar.bz2
forums-ab6c9775d33deceb87e06edc13585e6f345d3e74.tar.xz
forums-ab6c9775d33deceb87e06edc13585e6f345d3e74.zip
[ticket/12658] Fix typo and coding style mistakes
PHPBB3-12658
Diffstat (limited to 'tests/console/config/config_test.php')
-rw-r--r--tests/console/config/config_test.php4
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');