mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: updates snapshots
This commit is contained in:
@ -49,6 +49,7 @@
|
|||||||
✓ it uses the correct PHPUnit attribute for function
|
✓ it uses the correct PHPUnit attribute for function
|
||||||
✓ it removes duplicated attributes
|
✓ it removes duplicated attributes
|
||||||
✓ it guesses if the given argument is a class or function
|
✓ it guesses if the given argument is a class or function
|
||||||
|
✓ it uses the correct PHPUnit attribute for trait
|
||||||
✓ it appends CoversNothing to method attributes
|
✓ it appends CoversNothing to method attributes
|
||||||
✓ it does not append CoversNothing to other methods
|
✓ it does not append CoversNothing to other methods
|
||||||
✓ it throws exception if no class nor method has been found
|
✓ it throws exception if no class nor method has been found
|
||||||
@ -1034,4 +1035,4 @@
|
|||||||
PASS Tests\Visual\Version
|
PASS Tests\Visual\Version
|
||||||
✓ visual snapshot of help command output
|
✓ visual snapshot of help command output
|
||||||
|
|
||||||
Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 715 passed (1727 assertions)
|
Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 716 passed (1729 assertions)
|
||||||
@ -4,5 +4,4 @@ namespace Tests\Fixtures\Covers;
|
|||||||
|
|
||||||
trait CoversTrait
|
trait CoversTrait
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,7 +18,7 @@ $run = function () {
|
|||||||
|
|
||||||
test('parallel', function () use ($run) {
|
test('parallel', function () use ($run) {
|
||||||
expect($run('--exclude-group=integration'))
|
expect($run('--exclude-group=integration'))
|
||||||
->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 14 skipped, 703 passed (1712 assertions)')
|
->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 14 skipped, 704 passed (1714 assertions)')
|
||||||
->toContain('Parallel: 3 processes');
|
->toContain('Parallel: 3 processes');
|
||||||
})->skipOnWindows();
|
})->skipOnWindows();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user