1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-18 05:32:23 -05:00

Travis debug

This commit is contained in:
Vincent Jousse 2013-11-23 00:34:41 +01:00
parent 27f8a4f41d
commit b30f5bd72d

View File

@ -20,7 +20,7 @@ class ApiTest extends WebTestCase
$client = $this->createClient();
$crawler = $client->request('GET', '/api/entries');
var_dump($client->getResponse()->getContent());die;
echo($client->getResponse()->getContent());die;
$this->assertTrue($client->getResponse()->isOk());