You are here

protected function NotLoggedDeleteAnonymizeTest::checkCronResults in Auto Purge Users 8.3

Verifies the expected results of each test.

Overrides SettingsBase::checkCronResults

File

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

Class

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

Namespace

Drupal\Tests\purge_users\Functional

Code

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