You are here

protected function NotLoggedDeleteAnonymizeTest::checkConfirmFormResults in Auto Purge Users 8.3

Verifies the expected results of each test.

Overrides SettingsBase::checkConfirmFormResults

File

tests/src/Functional/NotLoggedDeleteAnonymizeTest.php, line 45

Class

NotLoggedDeleteAnonymizeTest
Purge users who did not log in for a specific period.

Namespace

Drupal\Tests\purge_users\Functional

Code

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