Correct the handling of created date. Should correct #0025744
<?phpclassExampleTestextendsTestCase{/** * A basic functional test example. */publicfunctiontestBasicExample(){$response=$this->call('GET','/');$this->assertEquals(200,$response->getStatusCode());}}