[ticket/12658] Fix typo and coding style mistakes

PHPBB3-12658
This commit is contained in:
LEZY Thomas 2014-06-05 16:07:52 +02:00 committed by Tristan Darricau
parent f9803b7360
commit ab6c9775d3

View file

@ -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');