Problem/Motivation
When #3264195: Move non-migration tests to Forum in preparation for deprecation is committed there will be only one use of \Drupal\Tests\dblog\Functional\DbLogTest::getContent and it can be made an inline function. At the same time \Drupal\Tests\dblog\Functional\DbLogTest::getContentUpdate can be made inline.
Steps to reproduce
Proposed resolution
TBA
Remaining tasks
Patch
Review
Commit
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Issue fork drupal-3339780
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dagmarComment #6
nikolas haliotis commentedComment #7
nikolas haliotis commentedI don't think the test fails are relevant to my changes.
Comment #8
dagmarThanks! @Nikolas Haliotis
Comment #9
longwaveBackported to 10.1.x as a test only change.
Committed and pushed e646c8e5d9 to 11.x and 5fd0284cee to 10.1.x. Thanks!