File tree Expand file tree Collapse file tree 6 files changed +25
-12
lines changed
Expand file tree Collapse file tree 6 files changed +25
-12
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,26 @@ jobs:
1818 - 8.1
1919 - 8.2
2020 - 8.3
21+ - 8.4
22+ - 8.5
2123 phpunit :
2224 - 10
2325 - 11
26+ - 12
27+ - 13
2428 exclude :
2529 - php : 8.1
2630 phpunit : 11
31+ - php : 8.1
32+ phpunit : 12
33+ - php : 8.1
34+ phpunit : 13
35+ - php : 8.2
36+ phpunit : 12
37+ - php : 8.2
38+ phpunit : 13
39+ - php : 8.3
40+ phpunit : 13
2741
2842 steps :
2943 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "php" : " >=8.1" ,
13- "phpunit/phpunit" : " ^10.5.28|^11.2.8"
13+ "phpunit/phpunit" : " ^10.5.28|^11.2.8|^12|^13 "
1414 },
1515 "autoload" : {
1616 "psr-4" : {
Original file line number Diff line number Diff line change @@ -121,8 +121,7 @@ public function testMixedSeverities(): void
121121 }
122122
123123 #[DataProvider('provideData ' )]
124-
125- public function testDataProvider (): void
124+ public function testDataProvider (string $ data ): void
126125 {
127126 self ::assertTrue (true );
128127 }
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ PHPUnit %s
1313Runtime: %s
1414Configuration: %s
1515
16- 50% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider with data set "foo" [0m [32m(%d ms)[0m
17- 100% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider with data set #0 [0m [32m(%d ms)[0m
16+ 50% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider%swith data%s [0m [32m(%d ms)[0m
17+ 100% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider%swith data%s [0m [32m(%d ms)[0m
1818
1919
2020Time: %s
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ PHPUnit %s
1313Runtime: %s
1414Configuration: %s
1515
16- 50% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider with data set "foo" ('bar')[0m [32m(%d ms)[0m
17- 100% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider with data set #0 ('baz')[0m [32m(%d ms)[0m
16+ 50% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider%swith data%s ('bar')[0m [32m(%d ms)[0m
17+ 100% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testDataProvider%swith data%s ('baz')[0m [32m(%d ms)[0m
1818
1919
2020Time: %s
Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ PHPUnit %s
1313Runtime: %s
1414Configuration: %s
1515
16- 25% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure with data set #0 (true)[0m [32m(%d ms)[0m
17- 50% [31;1mF[0m [31;1mScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure with data set #1 (false)[0m [32m(%d ms)[0m
16+ 25% . [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure%swith data%s (true)[0m [32m(%d ms)[0m
17+ 50% [31;1mF[0m [31;1mScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure%swith data%s (false)[0m [32m(%d ms)[0m
1818
1919[31mFailed asserting that false is true.
2020[0m
2121[31m%s%eCapabilitiesTest.php:%d
2222[0m
23- 75% [31m![0m [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure with data set #2 (true)[0m [32m(%d ms)[0m
24- 100% [31m![0m [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure with data set #3 (true)[0m [32m(%d ms)[0m
23+ 75% [31m![0m [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure%swith data%s (true)[0m [32m(%d ms)[0m
24+ 100% [31m![0m [32;1mScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure%swith data%s (true)[0m [32m(%d ms)[0m
2525
2626
2727Time: %s
2828
2929There was 1 failure:
3030
31- 1) ScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure with data set #1 (false)
31+ 1) ScriptFUSIONTest\Pip\CapabilitiesTest::testSuccessAfterFailure%swith data%s (false)
3232Failed asserting that false is true.
3333
3434%s%eCapabilitiesTest.php:%d
You can’t perform that action at this time.
0 commit comments