Exemple #1
0
 public function testSetAndGetUpdated()
 {
     $value = new Zend_Date();
     $this->_entry->setUpdated($value);
     $this->assertEquals($value, $this->_entry->getUpdated());
 }