function ThroughUITest::testThroughUi

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!');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.