You are here

public function RouterTest::provideGeneratorOptionsPreventingCaching in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/Tests/RouterTest.php \Symfony\Component\Routing\Tests\RouterTest::provideGeneratorOptionsPreventingCaching()

File

vendor/symfony/routing/Tests/RouterTest.php, line 130

Class

RouterTest

Namespace

Symfony\Component\Routing\Tests

Code

public function provideGeneratorOptionsPreventingCaching() {
  return array(
    array(
      'cache_dir',
    ),
    array(
      'generator_cache_class',
    ),
  );
}