Skip to content

Commit

Permalink
Fix more unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 6, 2024
1 parent 5d09eee commit 5f93ee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Panel/Areas/SiteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function testPage(): void

$this->assertSame('default', $props['blueprint']);
$this->assertSame([
'isActive' => false,
'isLegacy' => false,
'isLocked' => false,
'modified' => null,
Expand Down Expand Up @@ -96,6 +97,7 @@ public function testPageFile(): void

$this->assertSame('image', $props['blueprint']);
$this->assertSame([
'isActive' => false,
'isLegacy' => false,
'isLocked' => false,
'modified' => null,
Expand Down Expand Up @@ -194,6 +196,7 @@ public function testSiteFile(): void

$this->assertSame('image', $props['blueprint']);
$this->assertSame([
'isActive' => false,
'isLegacy' => false,
'isLocked' => false,
'modified' => null,
Expand Down

0 comments on commit 5f93ee3

Please sign in to comment.