public function RouterTest::provideMatcherOptionsPreventingCaching in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/Tests/RouterTest.php \Symfony\Component\Routing\Tests\RouterTest::provideMatcherOptionsPreventingCaching()
File
- vendor/
symfony/ routing/ Tests/ RouterTest.php, line 108
Class
Namespace
Symfony\Component\Routing\TestsCode
public function provideMatcherOptionsPreventingCaching() {
return array(
array(
'cache_dir',
),
array(
'matcher_cache_class',
),
);
}