protected function InnocuousTest::storeAssertion in SimpleTest 8.3
Override to prevent any assertions from being stored.
Overrides TestBase::storeAssertion
File
- 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) {
}