mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
[ticket/14462] Fix CS and typo
PHPBB3-14462
This commit is contained in:
parent
90710ffe98
commit
7c0fb563ec
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ class config
|
||||||
$this->installer_config = array();
|
$this->installer_config = array();
|
||||||
$this->system_data = array();
|
$this->system_data = array();
|
||||||
$this->progress_data = array(
|
$this->progress_data = array(
|
||||||
'last_task_module_neme' => '', // Stores the service name of the latest finished module
|
'last_task_module_name' => '', // Stores the service name of the latest finished module
|
||||||
'last_task_module_index' => 0, // Stores the index of the latest finished module
|
'last_task_module_index' => 0, // Stores the index of the latest finished module
|
||||||
'last_task_index' => 0, // Stores the index of the latest finished task
|
'last_task_index' => 0, // Stores the index of the latest finished task
|
||||||
'max_task_progress' => 0,
|
'max_task_progress' => 0,
|
||||||
|
|
|
@ -94,7 +94,7 @@ class phpbb_ui_test_case extends phpbb_test_case
|
||||||
self::$db->sql_close();
|
self::$db->sql_close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static public function visit($path)
|
static public function visit($path)
|
||||||
{
|
{
|
||||||
self::$webDriver->get(self::$root_url . $path);
|
self::$webDriver->get(self::$root_url . $path);
|
||||||
|
|
Loading…
Add table
Reference in a new issue