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