./phpunit tests/Feature/Console/OwnerSwapTest.php
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rK86ea94306654: Add artisan owner:swap command
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/owner-swap
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 36749 Build 14612: arc lint + arc unit
Event Timeline
Comment Actions
Looks good.
Notes (no blockers I think):
- The wallet description is not copied
- It's not clear to me why the targetWallet needs to be one month old, perhaps add a comment.
- The "same account" check is a bit obscure and would deserve a dedicated method I think: User::controlledBySameWallet($users)