File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
tests/end-to-end/cli/group Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ There were 7 PHPUnit test runner warnings:
20
20
21
21
1 ) Using comma-separated values with --group is deprecated and will no longer work in PHPUnit 12. You can use --group multiple times instead.
22
22
23
- 2 ) Group name "small " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
23
+ 2 ) Group name "small " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
24
24
25
- 3 ) Group name "medium " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
25
+ 3 ) Group name "medium " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
26
26
27
- 4 ) Group name "large " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
27
+ 4 ) Group name "large " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
28
28
29
- 5 ) Group name "small " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
29
+ 5 ) Group name "small " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
30
30
31
- 6 ) Group name "medium " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
31
+ 6 ) Group name "medium " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
32
32
33
- 7 ) Group name "large " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
33
+ 7 ) Group name "large " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
34
34
35
35
No tests executed!
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ Runtime: %s
22
22
23
23
There were 6 PHPUnit test runner warnings:
24
24
25
- 1 ) Group name "small " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
25
+ 1 ) Group name "small " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
26
26
27
- 2 ) Group name "medium " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
27
+ 2 ) Group name "medium " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
28
28
29
- 3 ) Group name "large " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
29
+ 3 ) Group name "large " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
30
30
31
- 4 ) Group name "small " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
31
+ 4 ) Group name "small " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
32
32
33
- 5 ) Group name "medium " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
33
+ 5 ) Group name "medium " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
34
34
35
- 6 ) Group name "large " is not allowed for class PHPUnit \TestFixture \SizeGroups \SizeGroupsTest
35
+ 6 ) Group name "large " is not allowed for method PHPUnit \TestFixture \SizeGroups \SizeGroupsTest::testOne
36
36
37
37
No tests executed!
You can’t perform that action at this time.
0 commit comments