protected function InnocuousTest::storeAssertion in Drupal 8
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\KernelCode
protected function storeAssertion(array $assertion) {
}