You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertNull($insertedTest->timestampDefaultCurrentNullable, 'timestampDefaultCurrentNullable is not null');
20
+
$this->assertGreaterThanOrEqual($timeStamp, $insertedTest->timestampDefaultCurrentNullable, 'timestampDefaultCurrentNullable is greater than ' . $timeStamp);
21
21
$this->assertGreaterThanOrEqual($timeStamp, $insertedTest->timestampDefaultCurrentNotNull, 'timestampDefaultCurrentNotNull is wrong');
0 commit comments