mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Fix some direct deprecation notices
This commit is contained in:
parent
98ed784af3
commit
d2c9f1bbfa
12 changed files with 31 additions and 31 deletions
|
@ -53,7 +53,7 @@ class RedirectTest extends TestCase
|
|||
|
||||
$this->user->setConfig($config);
|
||||
|
||||
$this->token = new UsernamePasswordToken($this->user, 'password', 'key');
|
||||
$this->token = new UsernamePasswordToken($this->user, 'key');
|
||||
$tokenStorage = new TokenStorage();
|
||||
$tokenStorage->setToken($this->token);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue