From e327bc968753e275fcc318c1aa44036d93a40111 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 18 Nov 2021 17:31:54 +0800 Subject: [PATCH] remove UnitTestController.class.php --- .../controller/UnitTestController.class.php | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 webapp/controller/UnitTestController.class.php diff --git a/webapp/controller/UnitTestController.class.php b/webapp/controller/UnitTestController.class.php deleted file mode 100644 index 2a19faab..00000000 --- a/webapp/controller/UnitTestController.class.php +++ /dev/null @@ -1,54 +0,0 @@ - 1, - '103' => 1, - '104' => 1 - ) - )); - } - public function testController() - { - error_log("testControllerFromUnitTestColler"); - } - -}