mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12658] Fix typo and coding style mistakes
PHPBB3-12658
This commit is contained in:
parent
f9803b7360
commit
ab6c9775d3
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ class phpbb_console_command_config_test extends phpbb_test_case
|
||||||
protected $config;
|
protected $config;
|
||||||
protected $command_name;
|
protected $command_name;
|
||||||
protected $class_name;
|
protected $class_name;
|
||||||
protected $comand_namespace;
|
protected $command_namespace;
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
@ -93,7 +93,7 @@ class phpbb_console_command_config_test extends phpbb_test_case
|
||||||
'key' => 'test_key',
|
'key' => 'test_key',
|
||||||
'old' => 'old_value',
|
'old' => 'old_value',
|
||||||
'new' => 'new_value',
|
'new' => 'new_value',
|
||||||
'--dynamic' => false
|
'--dynamic' => false,
|
||||||
));
|
));
|
||||||
|
|
||||||
$this->assertSame($this->config['test_key'], 'new_value');
|
$this->assertSame($this->config['test_key'], 'new_value');
|
||||||
|
|
Loading…
Add table
Reference in a new issue