mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-07-01 05:00:10 +02:00
Fix test
This commit is contained in:
@ -22,17 +22,7 @@ class TwoFAccountModelTest extends ModelTestCase
|
|||||||
{
|
{
|
||||||
$this->runConfigurationAssertions(
|
$this->runConfigurationAssertions(
|
||||||
new TwoFAccount(),
|
new TwoFAccount(),
|
||||||
[
|
[],
|
||||||
'service',
|
|
||||||
'account',
|
|
||||||
'otp_type',
|
|
||||||
'digits',
|
|
||||||
'secret',
|
|
||||||
'algorithm',
|
|
||||||
'counter',
|
|
||||||
'period',
|
|
||||||
'icon'
|
|
||||||
],
|
|
||||||
[],
|
[],
|
||||||
['*'],
|
['*'],
|
||||||
[],
|
[],
|
||||||
|
Reference in New Issue
Block a user