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