We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b1d8d commit ce7b4adCopy full SHA for ce7b4ad
tests/system/Entity/EntityTest.php
@@ -971,7 +971,7 @@ public function testToRawArrayWithChangedDates(): void
971
972
$entity->createdAt = '2022-11-11 11:11:11';
973
974
- $this->assertEquals('2022-11-11 11:11:11', $entity->toRawArray()['created_at']);
+ $this->assertSame('2022-11-11 11:11:11', $entity->toRawArray()['created_at']);
975
}
976
977
public function testFilledConstruction(): void
0 commit comments