forked from wallabag/wallabag
Migrate to constructor promoted properties
This commit is contained in:
@ -24,7 +24,7 @@ class RedisEntryConsumerTest extends TestCase
|
||||
->method('flush');
|
||||
|
||||
$em
|
||||
->expects($this->exactly(2))
|
||||
->expects($this->once())
|
||||
->method('clear');
|
||||
|
||||
$body = <<<'JSON'
|
||||
|
||||
Reference in New Issue
Block a user