We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4eec8f commit 1409880Copy full SHA for 1409880
3 files changed
composer.json
@@ -29,6 +29,11 @@
29
"pestphp/pest": "^4.0.0",
30
"pestphp/pest-dev-tools": "^4.0.0"
31
},
32
+ "autoload-dev": {
33
+ "psr-4": {
34
+ "Tests\\Fixtures\\": "tests/Fixtures"
35
+ }
36
+ },
37
"minimum-stability": "dev",
38
"prefer-stable": true,
39
"config": {
tests/Fixtures/Trait.php tests/Fixtures/Concern.phptests/Fixtures/Trait.php renamed to tests/Fixtures/Concern.php
tests/Plugin.php
@@ -20,7 +20,7 @@ public function exit(int $code): never
20
->and($output->fetch())->toContain(
21
'.. 100%',
22
'.. pr12 75',
23
- '.. co14, pr16, pa18, pa18, rt18 0',
+ '.. co16, pr18, pa20, pa20, rt20 0',
24
'.. co14 75',
25
'.. rt12 75',
26
'.. pa12 75',
@@ -41,7 +41,7 @@ public function exit(int $code): never
41
42
43
44
45
46
47
@@ -61,7 +61,7 @@ public function exit(int $code): never
61
expect(fn () => $plugin->handleOriginalArguments(['--type-coverage', '--compact']))->toThrow(Exception::class, 0)
62
63
64
+ '.. co16, pr18, pa20, pa20, rt20',
65
66
67
0 commit comments