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()); - } -}