Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up the Test Double generator and runtime #5697

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
ee4d0ec
Closes #5247
sebastianbergmann Feb 7, 2024
929b84b
Closes #5314
sebastianbergmann Feb 7, 2024
4189f0f
Closes #5249
sebastianbergmann Feb 7, 2024
7c6ab1d
Closes #5313
sebastianbergmann Feb 7, 2024
e047453
Closes #5250
sebastianbergmann Feb 7, 2024
ffc6a1f
Closes #5248
sebastianbergmann Feb 7, 2024
66275d5
Closes #5246
sebastianbergmann Feb 7, 2024
ae80b09
Closes #5312
sebastianbergmann Feb 7, 2024
e47383c
Closes #5321
sebastianbergmann Feb 7, 2024
5517cf9
Closes #5311
sebastianbergmann Feb 7, 2024
b432205
Closes #5316
sebastianbergmann Feb 7, 2024
8cb1478
Closes #5310
sebastianbergmann Feb 7, 2024
71c4d7e
Closes #5424
sebastianbergmann Feb 7, 2024
fac4a17
Delete unused code
sebastianbergmann Feb 7, 2024
08afdd8
Update Psalm baseline
sebastianbergmann Feb 7, 2024
90bbf2c
Delete events that are no longer emitted
sebastianbergmann Feb 7, 2024
983b255
Closes #5416
sebastianbergmann Feb 8, 2024
08c4d42
Closes #5536
sebastianbergmann Feb 8, 2024
1a72db3
Rename variables
sebastianbergmann Feb 8, 2024
35a3cc9
Delete unused code
sebastianbergmann Feb 8, 2024
6b6e94f
Add missing annotations for exceptions
sebastianbergmann Feb 8, 2024
06b45ee
Add parameter type declaration
sebastianbergmann Feb 8, 2024
da65ed8
Update Psalm baseline
sebastianbergmann Feb 8, 2024
7fc4a98
Simplify
sebastianbergmann Feb 8, 2024
7ba2d24
We no longer need a separate trait for the method named method
sebastianbergmann Feb 8, 2024
694a00e
Raise MethodNamedMethodException earlier
sebastianbergmann Feb 8, 2024
f614881
Add tests
sebastianbergmann Feb 8, 2024
5711e87
Refactor
sebastianbergmann Feb 8, 2024
3ee1909
Refactor
sebastianbergmann Feb 13, 2024
2ce2117
Refactor
sebastianbergmann Feb 14, 2024
06e2253
Remove redundant condition
sebastianbergmann Apr 12, 2024
d2edad4
Update Psalm baseline
sebastianbergmann Apr 12, 2024
9bf30c9
Delete code specific to PHP 8.2
sebastianbergmann Apr 12, 2024
fa7339b
This branch requires PHP 8.3 now
sebastianbergmann Apr 12, 2024
fff940f
Update Psalm baseline
sebastianbergmann Apr 12, 2024
2d89dde
Reorganize
sebastianbergmann Apr 17, 2024
0a74a6a
Update Psalm baseline
sebastianbergmann Apr 17, 2024
7cca6da
Fix CS/WS issues
sebastianbergmann Apr 27, 2024
5753544
Delete test that is no longer needed
sebastianbergmann Apr 27, 2024
50f2f0e
Fix CS/WS issues
sebastianbergmann Apr 27, 2024
968bc2a
Update Psalm baseline
sebastianbergmann Jun 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
name: CI

env:
COMPOSER_ROOT_VERSION: "11.2-dev"
COMPOSER_ROOT_VERSION: "12.0-dev"

permissions:
contents: read
Expand Down Expand Up @@ -115,7 +115,6 @@ jobs:
- windows-latest

php-version:
- "8.2"
- "8.3"
- "8.4"

Expand Down Expand Up @@ -162,7 +161,6 @@ jobs:
- windows-latest

php-version:
- "8.2"
- "8.3"
- "8.4"

Expand Down Expand Up @@ -322,7 +320,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.2"
- "8.3"
- "8.4"

Expand Down
10 changes: 0 additions & 10 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,4 @@
\PHPUnit\Framework\TestCase::createPartialMock(0),
map([""=>"$0"])
);

override(
\PHPUnit\Framework\TestCase::createTestProxy(0),
map([""=>"$0"])
);

override(
\PHPUnit\Framework\TestCase::getMockForAbstractClass(0),
map([""=>"$0"])
);
}