Skip to content

! change: Move generic test doubles outside phpunit namespace - #31

Merged
remipelhate merged 2 commits into
mainfrom
change/move-generic-test-doubles-outside-phpunit-namespace
Aug 18, 2026
Merged

! change: Move generic test doubles outside phpunit namespace#31
remipelhate merged 2 commits into
mainfrom
change/move-generic-test-doubles-outside-phpunit-namespace

Conversation

@remipelhate

Copy link
Copy Markdown
Member

Warning

This PR introduces breaking changes.

Relocated test doubles

From To
Craftzing\TestBench\PHPUnit\Doubles\CallableInvocation Craftzing\TestBench\Doubles\Callable\CallableInvocation
Craftzing\TestBench\PHPUnit\Doubles\SpyCallable Craftzing\TestBench\Doubles\CallableSpyCallable
Craftzing\TestBench\PHPUnit\Doubles\Enums\IntBackedEnum Craftzing\TestBench\Doubles\Enum\IntBackedEnum
Craftzing\TestBench\PHPUnit\Doubles\Enums\StringBackedEnum Craftzing\TestBench\Doubles\Enum\StringBackedEnum
Craftzing\TestBench\PHPUnit\Doubles\Enums\UnitBackedEnum Craftzing\TestBench\Doubles\Enum\UnitBackedEnum

@remipelhate remipelhate self-assigned this Aug 18, 2026
@remipelhate remipelhate added type: change concern: breaking Deprecated functionality has been removed or other breaking changes were introduced. labels Aug 18, 2026
@remipelhate
remipelhate merged commit 23f559b into main Aug 18, 2026
5 checks passed
@remipelhate
remipelhate deleted the change/move-generic-test-doubles-outside-phpunit-namespace branch August 18, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

concern: breaking Deprecated functionality has been removed or other breaking changes were introduced. type: change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant