public function KernelForTest::registerBundles

Same name in this branch
  1. 9.x drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php \Symfony\Component\HttpKernel\Tests\Fixtures\KernelForTest::registerBundles()
  2. 9.x drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php \Symfony\Component\HttpKernel\Tests\DataCollector\KernelForTest::registerBundles()

Returns an array of bundles to registers.

@api

Return value

array An array of bundle instances.

Overrides KernelInterface::registerBundles

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php, line 71

Class

KernelForTest

Namespace

Symfony\Component\HttpKernel\Tests\DataCollector

Code

public function registerBundles() {
}