- Issue created by @larowlan
- 🇺🇸United States dww
Thanks for splitting this off. Great novice task! I came here to help, but since you tagged it, better to leave this for others. 😅 At least now I'll see it when someone posts a patch or opens an MR, and hopefully whenever that happens I'll have a chance to review. 🤞
- First commit to issue fork.
- last update
about 1 year ago Custom Commands Failed - @elber opened merge request.
- last update
about 1 year ago 29,961 pass - Status changed to Needs review
about 1 year ago 12:54am 17 August 2023 - last update
about 1 year ago Custom Commands Failed - 🇺🇸United States dww
Hi @elber, thanks for moving this forward. From looking at your profile, you don't seem like a "novice". 😅 The intention of this tag is to identify issues that would be good for first-time contributors, not for folks like you and me to crank out easy fixes.
But, what's done is done, so now this needs review. Moving status to match reality.
- 🇺🇸United States dww
@elber: No worries! It's never a "mistake" to contribute to improving Drupal core. 😅. The tag should probably be called something more self-documenting like "Good for first contribution" or something, but that's kinda clumsy. Anyway, great that you're now aware of all this, and will save the "novice" issues for folks that are just getting started. Please spread the word to your co-workers, too. Obrigado!
Tchau,
-Derek - Status changed to RTBC
about 1 year ago 6:22pm 21 August 2023 - 🇺🇸United States smustgrave
Move didn't seem to cause any issues so think this is good.
- last update
about 1 year ago Custom Commands Failed - Status changed to Needs work
about 1 year ago 5:24am 22 August 2023 - 🇳🇱Netherlands spokje
Looking at the proposed solution in the IS:
Move \Drupal\Tests\system\Functional\Module\ModuleTestBase::assertLogMessage to a trait
Check.
and use that trait in both ModuleTestBase
The trait is now used individually in
DbLogTest
andInstallUninstallTest
instead of inheriting it fromModuleTestBase
and \Drupal\Tests\user\Functional\UserLoginHttpTest
The trait seems not to be used in that.
Search for any other tests that query the watchdog table and use the trait there too
Unsure if that happened?
Back to NW for the above.