public function TranslatorCacheTest::runForDebugAndProduction in Plug 7
File
- lib/
Symfony/ translation/ Tests/ TranslatorCacheTest.php, line 265
Class
Namespace
Symfony\Component\Translation\TestsCode
public function runForDebugAndProduction() {
return array(
array(
true,
),
array(
false,
),
);
}