From b073a0b4efe26b0f1be3239d5b7cfef2fc59202c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 2 Nov 2016 21:53:07 +0100 Subject: Created GroupBundle --- .../Controller/DefaultControllerTest.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/WallabagGroupBundle/Controller/DefaultControllerTest.php (limited to 'tests/WallabagGroupBundle/Controller/DefaultControllerTest.php') diff --git a/tests/WallabagGroupBundle/Controller/DefaultControllerTest.php b/tests/WallabagGroupBundle/Controller/DefaultControllerTest.php new file mode 100644 index 00000000..f278827b --- /dev/null +++ b/tests/WallabagGroupBundle/Controller/DefaultControllerTest.php @@ -0,0 +1,17 @@ +request('GET', '/'); + + $this->assertContains('Hello World', $client->getResponse()->getContent()); + } +} -- cgit v1.2.3