-
Notifications
You must be signed in to change notification settings - Fork 10
Phpunit 12 and 13 compatibility #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
62f45d6
9154032
da7a161
b59204c
ef3d0e3
fc1078c
fa4f0ab
55dc31c
8389a77
db7867b
990e69f
cab3b6d
bbb9df2
3679805
c52e456
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,8 +13,8 @@ PHPUnit %s | |
| Runtime: %s | ||
| Configuration: %s | ||
|
|
||
| 50% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider with data set "foo"[0m [32m(%d ms)[0m | ||
| 100% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider with data set #0[0m [32m(%d ms)[0m | ||
| 50% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider%swith data%s[0m [32m(%d ms)[0m | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tests should be as precise as possible. This is very lax, having now completely omitted the data set names.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By using phpunit 10/11 the data set and data is detailed always after the test: "with data set '@name or data set'|'#index of dataset' and then the ('data used'), but from Phpunit 12, the dataset is specified just after the test name: testDataProvider@foo|testDataProvider#0 with data ('data'), so, if I wanted to support both I tried by using EXPECTREGEX, but I can't found a way to have it working |
||
| 100% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider%swith data%s[0m [32m(%d ms)[0m | ||
|
|
||
|
|
||
| Time: %s | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.