mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 08:01:27 +02:00
[ticket/12658] Fix typo and coding style mistakes
PHPBB3-12658
This commit is contained in:
committed by
Tristan Darricau
parent
f9803b7360
commit
ab6c9775d3
@@ -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');
|
||||
|
Reference in New Issue
Block a user