/**
  * try to get all users containing phpunit in there name
  */
 public function testGetUsers()
 {
     $this->testAddUser();
     $users = $this->_backend->getUsers('phpunit', 'accountStatus');
     $this->assertGreaterThanOrEqual(1, count($users));
 }