You are here

abstract class LocalizedTestCase in Plug 7

Hierarchy

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

Expanded class hierarchy of LocalizedTestCase

File

lib/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