1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-15 13:45:04 -05:00

Try to debug travis

This commit is contained in:
Vincent Jousse 2013-11-23 00:27:28 +01:00
parent c5ef984560
commit 7d30a98904

View File

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