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:
parent
c5ef984560
commit
7d30a98904
@ -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());
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user