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:
Philipp Holzer 2018-10-08 02:15:27 +02:00
parent 14e7686df4
commit c32ac7f194
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
6 changed files with 588 additions and 169 deletions

View file

@ -50,7 +50,6 @@ abstract class ConsoleTest extends TestCase
}
public function execute($args) {
DBA::disconnect();
$this->app->reload();
array_unshift($args, $this->getExecutablePath());