Example #1
0
 function testGetMissingVote()
 {
     $lib = new RatingLib();
     $this->assertNull($lib->get_user_vote('abc', 'test', 111));
 }