示例#1
0
 /**
  * Testing the populate_from_string method.
  *
  * @since 1.0
  */
 public function testPopulateFromString()
 {
     $this->timestamp1->populateFromString('2007-08-13 23:44:07');
     $this->assertEquals('2007-08-13 23:44:07', $this->timestamp1->getValue(), 'testing the populateFromString method');
 }