You are here

public function KernelForTest::getBundles in Zircon Profile 8

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

Gets the registered bundle instances.

Return value

BundleInterface[] An array of registered bundle instances

Overrides Kernel::getBundles

File

vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php, line 73

Class

KernelForTest

Namespace

Symfony\Component\HttpKernel\Tests\DataCollector

Code

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