You are here

public function RouterTest::provideMatcherOptionsPreventingCaching in Zircon Profile 8

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

File

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

Class

RouterTest

Namespace

Symfony\Component\Routing\Tests

Code

public function provideMatcherOptionsPreventingCaching() {
  return array(
    array(
      'cache_dir',
    ),
    array(
      'matcher_cache_class',
    ),
  );
}