diff --git a/public/matrix.php b/public/matrix.php new file mode 100644 index 0000000..e69de29 diff --git a/src/Controller/CLIController.php b/src/Controller/CLIController.php index 7fd4dcf..dc74875 100644 --- a/src/Controller/CLIController.php +++ b/src/Controller/CLIController.php @@ -266,7 +266,7 @@ class CLIController function runCheckSetup(): void { - if (!$this->domainController->checkPermissions(disableVerbose: true)) { + if (!$this->domainController->checkPermissions(disableVerbose: false)) { echo 'You need to setup the bindAPI first.' . PHP_EOL; exit(1); } diff --git a/tests/DatabaseConnectionTest.php b/tests/DatabaseConnectionTest.php deleted file mode 100644 index d5a882c..0000000 --- a/tests/DatabaseConnectionTest.php +++ /dev/null @@ -1,17 +0,0 @@ -