/**
  *
  * @return void
  */
 public function testDates()
 {
     $this->assertInternalType('array', $this->_delicious->getDates());
 }