function DrupalFlushAllCachesTest::register

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php \Drupal\KernelTests\Core\Common\DrupalFlushAllCachesTest::register()
  2. 11.x core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php \Drupal\KernelTests\Core\Common\DrupalFlushAllCachesTest::register()

Overrides KernelTestBase::register

File

core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php, line 66

Class

DrupalFlushAllCachesTest
@covers ::drupal_flush_all_caches @group Common

Namespace

Drupal\KernelTests\Core\Common

Code

public function register(ContainerBuilder $container) {
    parent::register($container);
    $this->containerBuilds++;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.