From 01409e9592d6fd7c86ed032e468a5f7c84709ea0 Mon Sep 17 00:00:00 2001 From: tracer Date: Thu, 14 Sep 2023 16:50:37 +0200 Subject: [PATCH] verbosity bugfix --- public/matrix.php | 0 src/Controller/CLIController.php | 2 +- tests/DatabaseConnectionTest.php | 17 ----------------- 3 files changed, 1 insertion(+), 18 deletions(-) create mode 100644 public/matrix.php delete mode 100644 tests/DatabaseConnectionTest.php 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 @@ -