コード例 #1
0
 /**
  * @covers wishlist\classes\BaseWishlist::updateWL
  */
 public function testUpdateWL()
 {
     $_POST['WLID'] = '1';
     $_POST['comment'] = array();
     $_POST['title'] = 1;
     $_POST['access'] = 'shared';
     $this->assertNull($this->object->updateWL());
 }