public function RouterTest::provideGeneratorOptionsPreventingCaching

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php, line 131

Class

RouterTest

Namespace

Symfony\Component\Routing\Tests

Code

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