Esempio n. 1
0
 /**
  *
  * @return void
  */
 public function testDates()
 {
     $this->assertType('array', $this->_delicious->getDates());
 }
Esempio n. 2
0
 /**
  *
  * @return void
  */
 public function testDates()
 {
     $this->assertTrue(is_array($this->_delicious->getDates()));
 }