Tests updates

skala
Julio Montoya 15 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;
}
*/
//@todo this function was moved to usermanager
/*
public function testRegisterFriend(){
$instans= new MockDatabase();
$friend_id=4;
@ -36,6 +38,7 @@ class TestSocial extends UnitTestCase{
//var_dump($res);
}
*/
public function testRemovedFriend(){
$instans= new MockDatabase();

Loading…
Cancel
Save