Ejemplo n.º 1
0
 public function testGetUserByInvalidId()
 {
     $passwd = new Passwd($this->passwd, $this->group);
     $this->assertNull($passwd->getUserById(999999));
 }