wiki.techinc.nl/tests/phpunit/includes/OutputTransform
Dreamy Jazz 7358ddd62f Make ExecutePostCacheTransformHooksTest a database test
Why:
* The ExecutePostCacheTransformHooksTest core test is not currently
  a database test but is an integration test case.
* However, ::testTransform calls a hook and VisualEditor provides
  a handler for SkinEditSectionLinks that reads from the DB which
  is called by this test.
* Adding the test class to the database group will fix this by
  allowing VisualEditor to use the database in the handler as part
  of the test.

What:
* Add `@group Database` to ExecutePostCacheTransformHooksTest.php

Bug: T358103
Change-Id: Ib3b361f07d5411e4951156059dee11dc5367dffb
2024-02-21 14:13:28 +00:00
..
Stages Make ExecutePostCacheTransformHooksTest a database test 2024-02-21 14:13:28 +00:00
DefaultOutputPipelineFactoryTest.php tests: Add Tests to PHP namespacing 2024-02-16 19:10:11 +00:00
OutputTransformStageTestBase.php Don't double-wrap headings when using DiscussionTools 2024-02-17 15:31:13 -06:00
TestUtils.php tests: Add Tests to PHP namespacing 2024-02-16 19:10:11 +00:00