Ejemplo n.º 1
0
 /**
  *
  * @return void
  */
 public function testLastUpdate()
 {
     $this->assertType('Zend_Date', $this->_delicious->getLastUpdate());
 }
Ejemplo n.º 2
0
 /**
  *
  * @return void
  */
 public function testLastUpdate()
 {
     $this->assertTrue($this->_delicious->getLastUpdate() instanceof Zend_Date);
 }