Skip to content

Commit

Permalink
Oops, debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
aeterno00 committed Aug 4, 2014
1 parent 3684a0e commit 193d809
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Functional/TranslationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public function testTranschoiceWhenTranslationNotYetExtracted()
$client->request('GET', '/apples/view');
$response = $client->getResponse();

var_dump($response->getContent());
die();
$this->assertEquals(200, $response->getStatusCode(), substr($response, 0, 2000));
$this->assertEquals("There are 5 apples\n\nThere are 5 apples", $response->getContent());
}
Expand Down

0 comments on commit 193d809

Please sign in to comment.