You are here

function TitleFieldTests::testTitle in Title Field for Manage Display 8

Same name and namespace in other branches
  1. 8.2 src/Tests/TitleFieldTests.php \Drupal\title_field_for_manage_display\Tests\TitleFieldTests::testTitle()

Tests.

File

src/Tests/TitleFieldTests.php, line 50

Class

TitleFieldTests
Tests Title Field.

Namespace

Drupal\title_field_for_manage_display\Tests

Code

function testTitle() {
  $this
    ->drupalLogin($this->adminUser);
  $this
    ->drupalGet("user");
}