MNT Fix unit test

This commit is contained in:
Steve Boyd 2024-10-10 16:56:50 +13:00
parent 84740116a9
commit 5e3afd0640

View File

@ -154,7 +154,7 @@ class SiteTreePermissionsTest extends FunctionalTest
$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');