protected static property DatabaseBackendTest::$maxRows in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php \Drupal\KernelTests\Core\Cache\DatabaseBackendTest::maxRows
- 9 core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php \Drupal\KernelTests\Core\Cache\DatabaseBackendTest::maxRows
The max rows to use for test bins.
Type: int
File
- core/
tests/ Drupal/ KernelTests/ Core/ Cache/ DatabaseBackendTest.php, line 19
Class
- DatabaseBackendTest
- Unit test of the database backend using the generic cache unit test base.
Namespace
Drupal\KernelTests\Core\CacheCode
protected static $maxRows = 100;