mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 09:51:35 +02:00
Fix tests
This commit is contained in:
@@ -20,7 +20,7 @@ class UserModelTest extends ModelTestCase
|
||||
public function test_model_configuration()
|
||||
{
|
||||
$this->runConfigurationAssertions(new User(),
|
||||
['name', 'email', 'password'],
|
||||
['name', 'email', 'password', 'oauth_id', 'oauth_provider'],
|
||||
['password', 'remember_token'],
|
||||
['*'],
|
||||
[],
|
||||
|
Reference in New Issue
Block a user