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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user