1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Rename user.isActivated

This commit is contained in:
Toby Zerner
2018-08-24 21:35:04 +09:30
parent 666dfe2eb8
commit 0d526cfc37
8 changed files with 12 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ class CreateUserControllerTest extends ApiControllerTestCase
$this->actor = $this->getAdminUser();
$response = $this->callWith(array_merge($this->data, [
'isActivated' => 1
'isEmailConfirmed' => 1
]));
$this->assertEquals(201, $response->getStatusCode());