You are here

public function LoginSecurityEmailTest::testActivityThresholdEmail in Login Security 2.x

Test that email is sent when activity exceeds configured threshold.

File

tests/src/Functional/LoginSecurityEmailTest.php, line 64

Class

LoginSecurityEmailTest
Test that emails are properly sent when configured.

Namespace

Drupal\Tests\login_security\Functional

Code

public function testActivityThresholdEmail() {

  // @todo.
}