You are here

public static function InnocuousTest::insertAssert in SimpleTest 8.3

Override to prevent any assertions from being stored.

Overrides TestBase::insertAssert

File

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 = []) {
}