We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed06427 + c4f1184 commit fbaa878Copy full SHA for fbaa878
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