From 6f3686bbcbb7d9b386ce5b3d6947e171fd51ae5f Mon Sep 17 00:00:00 2001 From: tracer Date: Sun, 23 Jan 2022 18:45:55 +0100 Subject: [PATCH] removed straying semicolon --- .idea/bindAPI.iml | 34 +++++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 3 +- .idea/php.xml | 39 ++++++++++++++++++++ bindAPI/.gitignore | 2 +- bindAPI/config.json.sample | 4 +- bindAPI/tests/DatabaseConnectionTest.php | 17 +++++++++ bindAPI/tests/NameserverControllerTest.php | 28 ++++++++++++++ 7 files changed, 123 insertions(+), 4 deletions(-) create mode 100644 bindAPI/tests/DatabaseConnectionTest.php create mode 100644 bindAPI/tests/NameserverControllerTest.php diff --git a/.idea/bindAPI.iml b/.idea/bindAPI.iml index 3d18e91..55a97de 100644 --- a/.idea/bindAPI.iml +++ b/.idea/bindAPI.iml @@ -7,6 +7,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 773fb3d..213f405 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -34,9 +34,10 @@ +