You are here

public function PathologicUITest::testPathologicUi in Pathologic 8

Tests for the Pathologic UI.

File

tests/src/Functional/PathologicUITest.php, line 37

Class

PathologicUITest
Tests for the Pathologic UI.

Namespace

Drupal\Tests\pathologic\Functional

Code

public function testPathologicUi() {
  $this
    ->doTestSettingsForm();
  $this
    ->doTestFormatsOptions();
  $this
    ->doTestFixUrl();
}