From 25bdbad8df6e4179dc214974740451fc62feeab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=BCbner?= Date: Fri, 5 May 2017 21:08:11 +0200 Subject: [PATCH] Remove Tests directory --- .../LDraw/CategoryControllerTest.php | 25 ------------------- .../Controller/LDraw/PartControllerTest.php | 25 ------------------- 2 files changed, 50 deletions(-) delete mode 100644 src/AppBundle/Tests/Controller/LDraw/CategoryControllerTest.php delete mode 100644 src/AppBundle/Tests/Controller/LDraw/PartControllerTest.php 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"); - } - - */ -}