public function KernelForTest::registerBundles in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php \Symfony\Component\HttpKernel\Tests\Fixtures\KernelForTest::registerBundles()
- 8 vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php \Symfony\Component\HttpKernel\Tests\DataCollector\KernelForTest::registerBundles()
Same name and namespace in other branches
- 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
Namespace
Symfony\Component\HttpKernel\Tests\FixturesCode
public function registerBundles() {
return array();
}