We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c385695 commit a1299e2Copy full SHA for a1299e2
TwoFactorAuth/Test/Api/GoogleAuthenticateTest.php
@@ -257,6 +257,7 @@ public function testValidToken(): void
257
*/
258
public function testAdminTokenLifetime(): void
259
{
260
+ $this->_markTestAsRestOnly();
261
$this->tfa->getProviderByCode(Google::CODE)->activate($this->getUserId('webapi_user'));
262
$otp = $this->getUserOtp('webapi_user');
263
$serviceInfo = $this->buildServiceInfo();
0 commit comments