Commit Graph

2311 Commits

Author SHA1 Message Date
Nuno Maduro bfd351783e wip 2024-09-05 22:41:26 +01:00
Nuno Maduro 526af2a75e wp 2024-09-05 21:56:51 +01:00
Nuno Maduro bf9d011045 Merge pull request #1220 from gehrisandro/fix/accept-traits-in-covers-function 2024-09-05 21:41:53 +01:00
Sandro Gehri aaee0e420b Fix covers function to accept traits 2024-09-05 22:36:34 +02:00
Nuno Maduro 772448db80 wip 2024-09-05 20:53:10 +01:00
Nuno Maduro e22fb2e6c0 w 2024-09-05 19:48:03 +01:00
Nuno Maduro 49aa44c470 w 2024-09-05 19:43:20 +01:00
Nuno Maduro 1cae035887 fix 2024-09-05 18:26:13 +01:00
Nuno Maduro 15183c4145 fix 2024-09-05 18:23:57 +01:00
Nuno Maduro ae288d1123 fix tests 2024-09-05 18:17:30 +01:00
Nuno Maduro 2d80ff19ec feat(mutate): only 2024-09-05 02:49:52 +01:00
Nuno Maduro c82f77ea75 fix 2024-09-05 02:05:28 +01:00
Nuno Maduro 5050ae304f fixes tests 2024-09-05 01:24:55 +01:00
Nuno Maduro 98e947e0cc more fixes 2024-09-05 01:19:17 +01:00
Nuno Maduro 68785986a0 fix 2024-09-05 00:55:37 +01:00
Nuno Maduro 8c078087ff Adds covered classes to mutation 2024-09-05 00:14:12 +01:00
Nuno Maduro 65f74f620c feat: adds covers 2024-09-05 00:10:29 +01:00
Nuno Maduro dd20323ca7 feat: custom presets 2024-09-04 20:53:33 +01:00
Nuno Maduro a7ca7afe4e fix: preset laravel 2024-09-04 11:51:01 +01:00
Nuno Maduro baf764f286 feat(mutate): requires it by default 2024-09-04 11:38:59 +01:00
Nuno Maduro 3a907c886b feat(mutate): requires it by default 2024-09-04 11:38:53 +01:00
Nuno Maduro e6823679dd feat: adds not->toHavePrivateMethods and related 2024-09-04 11:18:41 +01:00
Nuno Maduro a021b5b8c3 feat(laravel-preset): traits in traits folders 2024-09-04 11:17:32 +01:00
Nuno Maduro e2d360b1b5 chore: adjusts tests 2024-09-03 14:09:03 +01:00
Nuno Maduro 8920b850e1 feat(arch-presets): adds another rule to laravel preset 2024-09-03 14:08:11 +01:00
Nuno Maduro 509074b3fa chore: bumps dependencies 2024-09-03 14:07:56 +01:00
Nuno Maduro 6f9ea14c68 Merge pull request #1215 from jbrooksuk/patch-1
Add `dump` to Laravel preset
2024-09-03 12:17:01 +01:00
Nuno Maduro 60dcfb36a8 Merge pull request #1207 from JonPurvis/coverage-fix
Fix coverage result for 99.95%+
2024-09-03 12:16:37 +01:00
Nuno Maduro ca25d5b13f Merge pull request #1208 from benjamincrozat/patch-1
Exclude Global Scopes from the required "Model" suffix
2024-09-03 12:15:59 +01:00
Nuno Maduro 5cba63e2ba Merge pull request #1209 from phh/patch-1
chore: Use new rector syntax
2024-09-03 12:15:43 +01:00
James Brooks dd45a5c655 Add dump to Laravel preset 2024-09-03 12:15:25 +01:00
Nuno Maduro dde943b993 refacto: toHaveMethod and toHaveMethods 2024-09-02 19:38:38 +01:00
Nuno Maduro bb8677549a chore: fixes snapshots 2024-09-02 18:30:12 +01:00
Nuno Maduro 5ae5ac9a54 fix: removes both toHaveMethod and toHaveMethods 2024-08-28 16:30:29 -05:00
Patrick Hesselberg cc6f1b43f6 chore: Remove InlineConstructorDefaultToPropertyRector rule
Since its already a part of the codeQuality ruleset.
2024-08-28 08:26:47 +02:00
Patrick Hesselberg 88197fe1d5 chore: use new rector syntax 2024-08-28 08:22:18 +02:00
Benjamin Crozat f53f855e9c Exclude scopes from the required "Model" suffix 2024-08-27 19:57:09 +02:00
JonPurvis df69b0b791 fix coverage result for 99.95%+ 2024-08-26 21:58:16 +01:00
Nuno Maduro ecdbe7a472 release: 3.0.0-rc.1 2024-08-22 21:36:19 +01:00
Nuno Maduro 2c6c3119d2 Merge branch '2.x' into 3.x 2024-08-22 21:21:52 +01:00
Nuno Maduro 9ceb0834ae chore: updates snapshots 2024-08-22 21:07:39 +01:00
Nuno Maduro 86d2191cae chore: refactor TestClosureMustNotBeStatic 2024-08-22 20:59:42 +01:00
Nuno Maduro 748beb17d5 chore: adjusts memory limit 2024-08-22 20:59:42 +01:00
Nuno Maduro 7ba235f61a Merge pull request #1129 from tomb1n0/bugfix/alwaysCallTeardownRegardlessOfExceptions
[Bug] Always call parent teardown even if an exception is thrown
2024-08-22 20:50:59 +01:00
Nuno Maduro 700bd517f4 Merge pull request #1117 from peterfox/bug/catch-static-closures
[Bug] provided explaination for static closures
2024-08-22 20:33:58 +01:00
Nuno Maduro cbcfa2c5e2 Merge pull request #1100 from faissaloux/fix-use-strict-types
Fix `toUseStrictTypes`
2024-08-22 20:32:21 +01:00
Nuno Maduro 243e45a551 Merge pull request #1097 from arifszn/2.x
[2.x] Modify `Result::exitCode` logic to address warning handling with `--fail-on-warning`
2024-08-22 20:31:34 +01:00
Nuno Maduro 9b11857ae6 chore: updates snpahosts 2024-08-20 22:59:25 +01:00
Nuno Maduro bb29e97200 Merge branch '2.x' into 3.x 2024-08-20 22:57:52 +01:00
Nuno Maduro 8fe2698c28 chore: fixes test suite 2024-08-20 22:57:10 +01:00