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