1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-03-03 10:51:50 -05:00

Travis debug again

This commit is contained in:
Vincent Jousse 2013-11-23 00:30:24 +01:00
parent 7d30a98904
commit 27f8a4f41d

View File

@ -10,6 +10,8 @@ class ApiTest extends WebTestCase
require __DIR__.'/../../app/app.php';
require __DIR__ . '/../../app/controllers/controllers.php';
$app['debug'] = true;
return $app;
}
@ -18,7 +20,7 @@ class ApiTest extends WebTestCase
$client = $this->createClient();
$crawler = $client->request('GET', '/api/entries');
var_dump($client->getResponse());die;
var_dump($client->getResponse()->getContent());die;
$this->assertTrue($client->getResponse()->isOk());