File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest Stable Version] ( http://poser.pugx.org/allure-framework/allure-phpunit/v )] ( https://packagist.org/packages/allure-framework/allure-phpunit )
4
4
[ ![ Build] ( https://github.com/allure-framework/allure-phpunit/actions/workflows/build.yml/badge.svg )] ( https://github.com/allure-framework/allure-phpunit/actions/workflows/build.yml )
5
+ [ ![ Type Coverage] ( https://shepherd.dev/github/allure-framework/allure-phpunit/coverage.svg )] ( https://shepherd.dev/github/allure-framework/allure-phpunit )
6
+ [ ![ Psalm Level] ( https://shepherd.dev/github/allure-framework/allure-phpunit/level.svg )] ( https://shepherd.dev/github/allure-framework/allure-phpunit )
5
7
[ ![ Total Downloads] ( http://poser.pugx.org/allure-framework/allure-phpunit/downloads )] ( https://packagist.org/packages/allure-framework/allure-phpunit )
6
8
[ ![ License] ( http://poser.pugx.org/allure-framework/allure-phpunit/license )] ( https://packagist.org/packages/allure-framework/allure-phpunit )
7
9
Original file line number Diff line number Diff line change 70
70
" vendor/bin/paratest --processes=3 --configuration=phpunit.report.xml --testsuite=negative & exit 0" ,
71
71
" vendor/bin/paratest --processes=3 --configuration=phpunit.report.xml --testsuite=retries --repeat=3 & exit 0"
72
72
],
73
- "test-psalm" : " vendor/bin/psalm" ,
73
+ "test-psalm" : " vendor/bin/psalm --shepherd " ,
74
74
"test" : [
75
75
" @test-cs" ,
76
76
" @test-unit" ,
Original file line number Diff line number Diff line change @@ -98,6 +98,9 @@ public function write(): self
98
98
$ this ->lifecycle ->writeTest (
99
99
$ this ->adapter ->getTestId ($ this ->getCurrentTest ()),
100
100
);
101
+ $ this ->lifecycle ->writeContainer (
102
+ $ this ->adapter ->getContainerId ($ this ->getCurrentTest ()),
103
+ );
101
104
102
105
return $ this ;
103
106
}
You can’t perform that action at this time.
0 commit comments