13.x
[13.x] Mockery cleanup (#61117)
[9.x] Support conditionables that get condition from target object (#43449)
Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)
[13.x] Simplify most of the exceptions expectations (#61049)
Simplify remaining exception expectations (#61058)
Move Testbench-based tests to tests/Integration (#61080)
Tighten loose assertTrue comparisons to dedicated assertions (#61093)
[12.x] Run Mockery cleanup via PHPUnit subscriber instead of explicit `m::close()` calls (#58278)
Centralize per-test static state resets in AfterEachTestSubscriber (#61078)
Clean up printer