mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:50:12 +00: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