You are here

public function TranslatorCacheTest::runForDebugAndProduction in Plug 7

File

lib/Symfony/translation/Tests/TranslatorCacheTest.php, line 265

Class

TranslatorCacheTest

Namespace

Symfony\Component\Translation\Tests

Code

public function runForDebugAndProduction() {
  return array(
    array(
      true,
    ),
    array(
      false,
    ),
  );
}