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
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());