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

Remove dead code

This commit is contained in:
Vincent Jousse 2013-12-01 21:09:46 +01:00
parent 500a02b63d
commit 67571d47cc

View File

@ -21,9 +21,6 @@ class ApiTest extends PocheWebTestCase
$this->assertEquals($client->getResponse()->getContent(), '[]');
//Load some entries
Fixtures::loadEntries($this->app['db']);
}
public function testGetEntries()