From 6f8310b445ce0aeb40aeed78501a6e113c05c087 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 8 Mar 2016 09:22:25 +0100 Subject: typos & cs --- .../ApiBundle/Tests/Controller/WallabagRestControllerTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php') diff --git a/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php index f42c0f57..a705f9de 100644 --- a/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php +++ b/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php @@ -337,14 +337,14 @@ class WallabagRestControllerTest extends WallabagApiTestCase $this->assertCount(0, $entries); } - public function testGetVersion(){ - - $this->client->request('GET','/api/version'); + public function testGetVersion() + { + $this->client->request('GET', '/api/version'); $this->assertEquals(200, $this->client->getResponse()->getStatusCode()); $content = json_decode($this->client->getResponse()->getContent(), true); - $this->assertEquals($this->client->getContainer()->getParameter('wallabag_core.version'),$content); + $this->assertEquals($this->client->getContainer()->getParameter('wallabag_core.version'), $content); } } -- cgit v1.2.3