Skip to content

Commit

Permalink
Merge pull request #3013 from creative-commoners/pulls/6/field-valida…
Browse files Browse the repository at this point in the history
…tors

MNT Fix unit test
  • Loading branch information
GuySartorelli authored Nov 6, 2024
2 parents 9f1bc08 + 0b03fdd commit 2592fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Model/SiteTreePermissionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function testCanViewStage()
$page->publishSingle();

// Then make sure there's a new version on Stage
$page->Title = 1;
$page->Title = '1';
$page->write();

$editor = $this->objFromFixture(Member::class, 'editor');
Expand Down

0 comments on commit 2592fbb

Please sign in to comment.