function InnocuousTest::storeAssertion

Override to prevent any assertions from being stored.

Overrides TestBase::storeAssertion

File

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

Class

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

Namespace

Drupal\Tests\simpletest\Kernel

Code

protected function storeAssertion(array $assertion) {
}

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