From 009c2b248d2f2fb286d81708ac1f2ff4c5e5709c Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Thu, 19 Sep 2019 23:31:21 +0200 Subject: [PATCH] Deleted unneccessary test --- .../API/Source/SourceControllerTest.php | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 application/symfony/tests/Unit/Controller/API/Source/SourceControllerTest.php diff --git a/application/symfony/tests/Unit/Controller/API/Source/SourceControllerTest.php b/application/symfony/tests/Unit/Controller/API/Source/SourceControllerTest.php deleted file mode 100644 index a10f33e..0000000 --- a/application/symfony/tests/Unit/Controller/API/Source/SourceControllerTest.php +++ /dev/null @@ -1,28 +0,0 @@ - $url, - ]); - $request->setMethod(Request::METHOD_GET); - $response = static::$kernel->handle($request); - $this->assertEquals(200, $response->getStatusCode()); - } -}