Exemplo n.º 1
0
 /**
  * @covers wishlist\classes\BaseApi::getMostPopularItems
  */
 public function testGetMostPopularItems()
 {
     $this->assertNotEmpty($this->object->getMostPopularItems());
     $this->assertInternalType('array', $this->object->getMostPopularItems());
     $this->assertGreaterThan(0, $this->object->getMostPopularItems());
 }