You are here

public function UnicodeTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php \Drupal\Tests\Component\Utility\UnicodeTest::setUp()

@covers ::check

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php, line 27
Contains \Drupal\Tests\Component\Utility\UnicodeTest.

Class

UnicodeTest
Test unicode handling features implemented in Unicode component.

Namespace

Drupal\Tests\Component\Utility

Code

public function setUp() {

  // Initialize unicode component.
  Unicode::check();
}