You are here

protected function NeverLoggedBlockTest::checkConfirmFormResults in Auto Purge Users 8.3

Verifies the expected results of each test.

Overrides SettingsBase::checkConfirmFormResults

File

tests/src/Functional/NeverLoggedBlockTest.php, line 49

Class

NeverLoggedBlockTest
Purge users who have never logged in for a specific period.

Namespace

Drupal\Tests\purge_users\Functional

Code

protected function checkConfirmFormResults() : void {
  $this
    ->checkTestResults();
}