You are here

protected property CronTest::$claimTime in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/CronTest.php \Drupal\Tests\Core\CronTest::claimTime

Define the duration of each item claim for this test.

Type: int

File

core/tests/Drupal/Tests/Core/CronTest.php, line 33

Class

CronTest
Tests the Cron class.

Namespace

Drupal\Tests\Core

Code

protected $claimTime = 300;