mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/12692] Move the language strings to cli.php
PHPBB3-12692
This commit is contained in:
committed by
Tristan Darricau
parent
54be6b1f62
commit
487fea8cff
@@ -56,8 +56,8 @@ class phpbb_console_command_thumbnail_test extends phpbb_database_test_case
|
||||
)));
|
||||
|
||||
$this->application = new Application();
|
||||
$this->application->add(new generate($this->db, $this->user, $this->cache, $this->phpbb_root_path, $this->phpEx));
|
||||
$this->application->add(new delete($this->db, $this->user, $this->phpbb_root_path));
|
||||
$this->application->add(new generate($this->user, $this->db, $this->cache, $this->phpbb_root_path, $this->phpEx));
|
||||
$this->application->add(new delete($this->user, $this->db, $this->phpbb_root_path));
|
||||
$this->application->add(new recreate($this->user));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user