mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
remove useless code
This commit is contained in:
parent
6ee416a069
commit
1df1204d94
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ class WallabagRestControllerTest extends WallabagTestCase
|
|||
public function testWithBadHeaders()
|
||||
{
|
||||
$client = $this->createClient();
|
||||
$client->request('GET', '/api/salts/admin.json');
|
||||
$salt = json_decode($client->getResponse()->getContent());
|
||||
|
||||
$headers = $this->generateHeaders('admin', 'mypassword', $salt[0]);
|
||||
|
||||
$entry = $client->getContainer()
|
||||
->get('doctrine.orm.entity_manager')
|
||||
|
|
Loading…
Reference in a new issue