mirror of
https://github.com/moparisthebest/wallabag
synced 2025-03-03 10:51:50 -05:00
Travis debug again
This commit is contained in:
parent
7d30a98904
commit
27f8a4f41d
@ -10,6 +10,8 @@ class ApiTest extends WebTestCase
|
|||||||
require __DIR__.'/../../app/app.php';
|
require __DIR__.'/../../app/app.php';
|
||||||
require __DIR__ . '/../../app/controllers/controllers.php';
|
require __DIR__ . '/../../app/controllers/controllers.php';
|
||||||
|
|
||||||
|
$app['debug'] = true;
|
||||||
|
|
||||||
return $app;
|
return $app;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -18,7 +20,7 @@ class ApiTest extends WebTestCase
|
|||||||
$client = $this->createClient();
|
$client = $this->createClient();
|
||||||
$crawler = $client->request('GET', '/api/entries');
|
$crawler = $client->request('GET', '/api/entries');
|
||||||
|
|
||||||
var_dump($client->getResponse());die;
|
var_dump($client->getResponse()->getContent());die;
|
||||||
|
|
||||||
$this->assertTrue($client->getResponse()->isOk());
|
$this->assertTrue($client->getResponse()->isOk());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user