1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

fixed several column changes found by tests

This commit is contained in:
Daniel Klabbers
2018-05-14 11:34:24 +02:00
parent 7539c25048
commit fd859e33be
6 changed files with 12 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ class CreateUserControllerTest extends ApiControllerTestCase
/** @var User $user */
$user = User::where('username', 'test')->firstOrFail();
$this->assertEquals(1, $user->is_activated);
$this->assertEquals(1, $user->is_email_confirmed);
}
/**