You are here

public function TranslatorCacheTest::runForDebugAndProduction in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/Tests/TranslatorCacheTest.php \Symfony\Component\Translation\Tests\TranslatorCacheTest::runForDebugAndProduction()

File

vendor/symfony/translation/Tests/TranslatorCacheTest.php, line 265

Class

TranslatorCacheTest

Namespace

Symfony\Component\Translation\Tests

Code

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