2024-12-30
A couple of test related encapsulation improvements, some helper functions moved as test methods.
It covers commits from 2024-12-29 on 11.x
branch.
#3495630 - a2a38c79c752cee6521379c2e5046598488110e9
Moves a couple of test helpers to its corresponding test class.
#3495638 - 0376fa17ef76ca2df75663ba2b6e5427cc432992
Simplifies WorkflowAccessControlHandlerTest
a bit,
moving a helper function to the test.
$ git log --oneline --reverse --since=2024-12-28T23:59:59+00:00 --until=2024-12-30T00:00:00+00:00
0376fa17ef7 Issue #3495638 by nikolay shapovalov, smustgrave, nicxvan: Move helpers in workflow_type_test.module and delete it
a2a38c79c75 Issue #3495630 by nikolay shapovalov, smustgrave: Move helpers in views_test_config.module, views_test_query_access.module and delete them
$ git diff --shortstat 0376fa17ef7~1..a2a38c79c75
7 files changed, 67 insertions(+), 112 deletions(-)