mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Migrate to constructor promoted properties
This commit is contained in:
parent
4168727f36
commit
1d5674a230
85 changed files with 441 additions and 854 deletions
|
@ -25,7 +25,7 @@ class AMQPEntryConsumerTest extends TestCase
|
|||
->method('flush');
|
||||
|
||||
$em
|
||||
->expects($this->exactly(2))
|
||||
->expects($this->once())
|
||||
->method('clear');
|
||||
|
||||
$body = <<<'JSON'
|
||||
|
|
|
@ -24,7 +24,7 @@ class RedisEntryConsumerTest extends TestCase
|
|||
->method('flush');
|
||||
|
||||
$em
|
||||
->expects($this->exactly(2))
|
||||
->expects($this->once())
|
||||
->method('clear');
|
||||
|
||||
$body = <<<'JSON'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue