mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-18 11:45:14 +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()
|
public function testWithBadHeaders()
|
||||||
{
|
{
|
||||||
$client = $this->createClient();
|
$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()
|
$entry = $client->getContainer()
|
||||||
->get('doctrine.orm.entity_manager')
|
->get('doctrine.orm.entity_manager')
|
||||||
|
|
Loading…
Reference in a new issue