1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Rename user.isActivated

This commit is contained in:
Toby Zerner
2018-08-24 21:35:04 +09:30
parent d9d8162684
commit 70058652b5
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());