function InnocuousTest::insertAssert

Override to prevent any assertions from being stored.

Overrides TestBase::insertAssert

File

core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php, line 143

Class

InnocuousTest
A very simple WebTestBase test that never touches the database.

Namespace

Drupal\Tests\simpletest\Kernel

Code

public static function insertAssert($test_id, $test_class, $status, $message = '', $group = 'Other', array $caller = []) {
}

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