/**
  *
  * @return void
  */
 public function testLastUpdate()
 {
     $this->assertInstanceOf('DateTime', $this->delicious->getLastUpdate());
 }
Beispiel #2
0
 /**
  *
  * @return void
  */
 public function testLastUpdate()
 {
     $this->assertType('\\Zend\\Date\\Date', $this->_delicious->getLastUpdate());
 }
 /**
  *
  * @return void
  */
 public function testLastUpdate()
 {
     $this->assertInstanceOf('Zend\\Date\\Date', $this->_delicious->getLastUpdate());
 }