public function FieldUrlTest::setUp

Sets up Drupal unit test environment.

Overrides ViewUnitTestBase::setUp

See also

DrupalUnitTestBase::$modules

DrupalUnitTestBase

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php, line 34
Definition of Drupal\views\Tests\Handler\FieldUrlTest.

Class

FieldUrlTest
Tests the core Drupal\views\Plugin\views\field\Url handler.

Namespace

Drupal\views\Tests\Handler

Code

public function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', 'url_alias');
}