Exemplo n.º 1
0
 public function testGetDisplayNames()
 {
     $result = DB::getDisplayNames('mister', 10, 0);
     $this->assertEquals($result[self::$userX['LoginName']], self::$userX['DisplayName']);
     $this->assertEquals($result[self::$userY['LoginName']], self::$userY['DisplayName']);
 }