Fix phpstan errors
This commit is contained in:
parent
af83b3c431
commit
229cc62b03
8 changed files with 16 additions and 17 deletions
|
@ -23,17 +23,17 @@ class DailyEmailTokenTest extends BrowserTestBase {
|
|||
public function test_the_token_returns_the_number_of_published_daily_emails(): void {
|
||||
$this->createDailyEmailNode(
|
||||
isPublished: TRUE,
|
||||
title: $this->randomString(),
|
||||
title: 'a',
|
||||
);
|
||||
|
||||
$this->createDailyEmailNode(
|
||||
isPublished: FALSE,
|
||||
title: $this->randomString(),
|
||||
title: 'b',
|
||||
);
|
||||
|
||||
$this->createDailyEmailNode(
|
||||
isPublished: TRUE,
|
||||
title: $this->randomString(),
|
||||
title: 'c',
|
||||
);
|
||||
|
||||
$this->assertToken(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue