You are here

public function KernelForTest::registerBundles in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php \Symfony\Component\HttpKernel\Tests\Fixtures\KernelForTest::registerBundles()
  2. 8 vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php \Symfony\Component\HttpKernel\Tests\DataCollector\KernelForTest::registerBundles()
Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php \Symfony\Component\HttpKernel\Tests\Fixtures\KernelForTest::registerBundles()

Returns an array of bundles to register.

Return value

BundleInterface[] An array of bundle instances.

Overrides KernelInterface::registerBundles

File

vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php, line 24

Class

KernelForTest

Namespace

Symfony\Component\HttpKernel\Tests\Fixtures

Code

public function registerBundles() {
  return array();
}