Tests updates

skala
Julio Montoya 16 years ago
parent ed1a3460fa
commit 8586fe0072
  1. 3
      tests/main/inc/lib/social.lib.test.php

@ -23,6 +23,8 @@ class TestSocial extends UnitTestCase{
$this->social = null; $this->social = null;
} }
*/ */
//@todo this function was moved to usermanager
/*
public function testRegisterFriend(){ public function testRegisterFriend(){
$instans= new MockDatabase(); $instans= new MockDatabase();
$friend_id=4; $friend_id=4;
@ -36,6 +38,7 @@ class TestSocial extends UnitTestCase{
//var_dump($res); //var_dump($res);
} }
*/
public function testRemovedFriend(){ public function testRemovedFriend(){
$instans= new MockDatabase(); $instans= new MockDatabase();

Loading…
Cancel
Save