We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d2b768 + ef4f8d8 commit 954b099Copy full SHA for 954b099
1 file changed
test/Model/EmailTest.php
@@ -127,8 +127,7 @@ public function testPropertyStatus()
127
*/
128
public function testPropertySentDate()
129
{
130
- $date = new \DateTime($this->array['sent_date']);
131
- TestCase::assertEquals($this->object['sent_date'], $date);
+ TestCase::assertEquals($this->object['sent_date'], $this->array['sent_date']);
132
}
133
134
/**
0 commit comments