Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Sartorelli <[email protected]>
  • Loading branch information
mfendeksilverstripe and GuySartorelli authored Oct 30, 2023
1 parent f21edce commit 7eddb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/php/RecursiveStagesServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function testStageDiffersRecursiveWithInvalidObject(): void

/** @var PrimaryObject|Versioned $primaryItem */
$primaryItem = PrimaryObject::create();
$primaryItem->Title = 'This registers as a change in DataObject::isChanged()';

$this->assertFalse($primaryItem->stagesDifferRecursive(), 'We expect to see no changes on invalid object');
});
Expand Down

0 comments on commit 7eddb6b

Please sign in to comment.