You are here

protected function NotLoggedDeleteSkipBlockedTest::checkCronResults in Auto Purge Users 8.3

Verifies the expected results of each test.

Overrides SettingsBase::checkCronResults

File

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

Class

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

Namespace

Drupal\Tests\purge_users\Functional

Code

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