You are here

abstract class LocalizedTestCase in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/Tests/Loader/LocalizedTestCase.php \Symfony\Component\Translation\Tests\Loader\LocalizedTestCase

Hierarchy

  • class \Symfony\Component\Translation\Tests\Loader\LocalizedTestCase extends \Symfony\Component\Translation\Tests\Loader\PHPUnit_Framework_TestCase

Expanded class hierarchy of LocalizedTestCase

File

vendor/symfony/translation/Tests/Loader/LocalizedTestCase.php, line 14

Namespace

Symfony\Component\Translation\Tests\Loader
View source
abstract class LocalizedTestCase extends \PHPUnit_Framework_TestCase {
  protected function setUp() {
    if (!extension_loaded('intl')) {
      $this
        ->markTestSkipped('The "intl" extension is not available');
    }
  }

}

Members