You are here

public function ThroughUITest::testThroughUi in Drupal 8

This test method must always pass.

File

core/modules/simpletest/tests/src/Functional/ThroughUITest.php, line 20

Class

ThroughUITest
Fixture test that is executed during Simpletest UI testing.

Namespace

Drupal\Tests\simpletest\Functional

Code

public function testThroughUi() {
  $this
    ->pass('Success!');
}