Skip to content

Commit 1409880

Browse files
committed
fix
1 parent f4eec8f commit 1409880

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"pestphp/pest": "^4.0.0",
3030
"pestphp/pest-dev-tools": "^4.0.0"
3131
},
32+
"autoload-dev": {
33+
"psr-4": {
34+
"Tests\\Fixtures\\": "tests/Fixtures"
35+
}
36+
},
3237
"minimum-stability": "dev",
3338
"prefer-stable": true,
3439
"config": {

tests/Plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function exit(int $code): never
2020
->and($output->fetch())->toContain(
2121
'.. 100%',
2222
'.. pr12 75',
23-
'.. co14, pr16, pa18, pa18, rt18 0',
23+
'.. co16, pr18, pa20, pa20, rt20 0',
2424
'.. co14 75',
2525
'.. rt12 75',
2626
'.. pa12 75',
@@ -41,7 +41,7 @@ public function exit(int $code): never
4141
->and($output->fetch())->toContain(
4242
'.. 100%',
4343
'.. pr12 75',
44-
'.. co14, pr16, pa18, pa18, rt18 0',
44+
'.. co16, pr18, pa20, pa20, rt20 0',
4545
'.. co14 75',
4646
'.. rt12 75',
4747
'.. pa12 75',
@@ -61,7 +61,7 @@ public function exit(int $code): never
6161
expect(fn () => $plugin->handleOriginalArguments(['--type-coverage', '--compact']))->toThrow(Exception::class, 0)
6262
->and($output->fetch())->toContain(
6363
'.. pr12 75',
64-
'.. co14, pr16, pa18, pa18, rt18 0',
64+
'.. co16, pr18, pa20, pa20, rt20',
6565
'.. co14 75',
6666
'.. rt12 75',
6767
'.. pa12 75',

0 commit comments

Comments
 (0)