This commit is contained in:
Roland Gruber 2020-01-01 18:12:29 +01:00
parent f97359f466
commit ef9b3dd64e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class WebauthnProviderTest extends TestCase {
*/ */
private $config; private $config;
protected function setUp() { protected function setUp(): void {
$this->config = new TwoFactorConfiguration(); $this->config = new TwoFactorConfiguration();
} }