TestCase - runTestMethod#439
Open
MartinMystikJonas wants to merge 1 commit into
Open
Conversation
MartinMystikJonas
force-pushed
the
testcase-structure
branch
from
August 21, 2022 09:36
690184a to
c3cf619
Compare
dg
force-pushed
the
master
branch
6 times, most recently
from
August 29, 2022 17:18
f2ca728 to
b5fcdb3
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
October 13, 2022 01:23
0df3c7e to
062041b
Compare
dg
force-pushed
the
master
branch
10 times, most recently
from
February 6, 2023 15:42
3267365 to
9d28a53
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
March 2, 2023 02:15
dddb52b to
78555c7
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
December 5, 2023 17:32
95674fc to
c5eff68
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
August 7, 2025 00:29
8d2c31b to
f7328f7
Compare
dg
force-pushed
the
master
branch
13 times, most recently
from
January 6, 2026 23:31
8d64015 to
3de0a8c
Compare
Contributor
|
Very easy yet very powerful change. 👍 |
KminekMatej
reviewed
Jan 7, 2026
| } | ||
|
|
||
|
|
||
| protected function runTestMethod($name, $params): void |
Contributor
There was a problem hiding this comment.
I would add at least some simple phpDoc to improve understandability for future users.
Also, parameter types would be great
dg
force-pushed
the
master
branch
11 times, most recently
from
January 8, 2026 16:08
a56207f to
1d4b7c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small change in TestCase structure that will help us do some customizations in our TestCases to gratly simplify and/or speed-up testing by adding logic into calling test method