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\FunctionalCode
public function testThroughUi() {
$this
->pass('Success!');
}