diff --git a/src/AppBundle/Tests/Controller/LDraw/CategoryControllerTest.php b/src/AppBundle/Tests/Controller/LDraw/CategoryControllerTest.php deleted file mode 100644 index 92cc221..0000000 --- a/src/AppBundle/Tests/Controller/LDraw/CategoryControllerTest.php +++ /dev/null @@ -1,25 +0,0 @@ -request('GET', '/ldraw_category/'); - $this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code for GET /ldraw_category/"); - - // Go to the show view - $crawler = $client->click($crawler->selectLink('show')->link()); - $this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code"); - } - - */ -} diff --git a/src/AppBundle/Tests/Controller/LDraw/PartControllerTest.php b/src/AppBundle/Tests/Controller/LDraw/PartControllerTest.php deleted file mode 100644 index 4a1b64f..0000000 --- a/src/AppBundle/Tests/Controller/LDraw/PartControllerTest.php +++ /dev/null @@ -1,25 +0,0 @@ -request('GET', '/ldraw_part/'); - $this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code for GET /ldraw_part/"); - - // Go to the show view - $crawler = $client->click($crawler->selectLink('show')->link()); - $this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code"); - } - - */ -}