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