public function TranslatorCacheTest::runForDebugAndProduction in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/Tests/TranslatorCacheTest.php \Symfony\Component\Translation\Tests\TranslatorCacheTest::runForDebugAndProduction()
File
- vendor/
symfony/ translation/ Tests/ TranslatorCacheTest.php, line 265
Class
Namespace
Symfony\Component\Translation\TestsCode
public function runForDebugAndProduction() {
return array(
array(
true,
),
array(
false,
),
);
}