Add tests for Google Auth import feature

This commit is contained in:
Bubka
2022-06-21 17:27:47 +02:00
parent 2c5da9b85e
commit f30b928deb
4 changed files with 269 additions and 0 deletions

View File

@ -58,6 +58,9 @@ class HandlerTest extends TestCase
[
'\App\Exceptions\DbEncryptionException'
],
[
'\App\Exceptions\InvalidGoogleAuthMigration'
],
];
}