1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-01-05 10:48:06 -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(), '[]'); $this->assertEquals($client->getResponse()->getContent(), '[]');
//Load some entries
Fixtures::loadEntries($this->app['db']);
} }
public function testGetEntries() public function testGetEntries()