public function testMinValue()
 {
     $this->assertLessThanOrEqual(-2147483647, Date::minValue()->getTimestamp());
 }