REJack 6 years ago
parent
commit
a449f64fce
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      tests/Aauth/Database/UserModelTest.php

2
tests/Aauth/Database/UserModelTest.php

@ -92,6 +92,6 @@ class UserModelTest extends CIDatabaseTestCase
$config->loginUseUsername = true;
$this->model = new UserModel($this->db, null, $config);
$this->assertFalse($this->model->insert(['email' => 'test@test.local', 'password' => 'password123456']));
$this->assertFalse($this->model->insert(['email' => 'test@test.local', 'password' => 'password123456', 'username' => '']));
}
}

Loading…
Cancel
Save