You are here

public function ContainerAwareHttpKernelTest::getProviderTypes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php \Symfony\Component\HttpKernel\Tests\DependencyInjection\ContainerAwareHttpKernelTest::getProviderTypes()

File

vendor/symfony/http-kernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php, line 113

Class

ContainerAwareHttpKernelTest
@group legacy

Namespace

Symfony\Component\HttpKernel\Tests\DependencyInjection

Code

public function getProviderTypes() {
  return array(
    array(
      HttpKernelInterface::MASTER_REQUEST,
    ),
    array(
      HttpKernelInterface::SUB_REQUEST,
    ),
  );
}