You are here

protected function NotLoggedBlockTest::checkCronResults in Auto Purge Users 8.3

Verifies the expected results of each test.

Overrides SettingsBase::checkCronResults

File

tests/src/Functional/NotLoggedBlockTest.php, line 51

Class

NotLoggedBlockTest
Purge users who have not logged in for a specific period.

Namespace

Drupal\Tests\purge_users\Functional

Code

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