mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 00:24:27 +02:00
Install Class to methods
- Bugfixing Install checks (worked not as expected) - Changed static methods from Install to class functions - Added tests
This commit is contained in:
parent
14e7686df4
commit
c32ac7f194
6 changed files with 588 additions and 169 deletions
|
@ -50,7 +50,6 @@ abstract class ConsoleTest extends TestCase
|
|||
}
|
||||
|
||||
public function execute($args) {
|
||||
DBA::disconnect();
|
||||
$this->app->reload();
|
||||
|
||||
array_unshift($args, $this->getExecutablePath());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue