From 9e1f650985827638ba26abeb71fc642140c927e9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 25 Aug 2021 12:04:48 +0200 Subject: [PATCH] try to enable test again - skipping setup --- ...estControllerTest.php.old => AppRequestControllerTest.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename community_server/tests/TestCase/Controller/{AppRequestControllerTest.php.old => AppRequestControllerTest.php} (99%) diff --git a/community_server/tests/TestCase/Controller/AppRequestControllerTest.php.old b/community_server/tests/TestCase/Controller/AppRequestControllerTest.php similarity index 99% rename from community_server/tests/TestCase/Controller/AppRequestControllerTest.php.old rename to community_server/tests/TestCase/Controller/AppRequestControllerTest.php index 321ed5ac1..a585ae59c 100644 --- a/community_server/tests/TestCase/Controller/AppRequestControllerTest.php.old +++ b/community_server/tests/TestCase/Controller/AppRequestControllerTest.php @@ -32,9 +32,9 @@ class AppRequestControllerTest extends TestCase - public function setUp() { + /*public function setUp() { parent::setUp(); - } + }*/ /** * Test ajaxGetBalance method