Commit Graph

886 Commits

Author SHA1 Message Date
Nuno Maduro 129a733888 chore: re-adds removed tests 2021-12-04 21:23:48 +00:00
Nuno Maduro 5aeda553a4 fix: removes json file 2021-12-04 21:21:47 +00:00
Nuno Maduro 0146186ddb fix: adds retry.json to gitignore 2021-12-04 21:20:28 +00:00
Nuno Maduro 106b279ed0 feat: adds --retry option 2021-12-04 21:18:55 +00:00
Nuno Maduro 8047ae570d chore: fixes cs 2021-11-27 19:54:21 +00:00
Nuno Maduro e236bf3821 chore: runs static workflows on php81 2021-11-27 19:51:58 +00:00
Nuno Maduro 32c2df0444 chore: runs static workflows on php81 2021-11-27 19:44:41 +00:00
Nuno Maduro 7a0e841a0d chore: fixes tests 2021-11-27 19:41:50 +00:00
Nuno Maduro 52314a4928 Merge pull request #444 from pestphp/better_expectation_support
[2.x] Improved generics for higher order
2021-11-27 19:27:06 +00:00
luke d65cc9be84 Improved generics for higher order 2021-11-27 19:20:29 +00:00
luke beb14ce5f4 Improved generics for higher order 2021-11-27 18:48:58 +00:00
Nuno Maduro c49700dd47 Merge pull request #443 from pestphp/tweaks
Small Tweaks for Pest v2
2021-11-27 11:30:52 +00:00
luke 3d0f267a5c Moves method evaluation to the method factory 2021-11-27 08:08:09 +00:00
luke 729d7c4bef Small tweaks for PHP 8 2021-11-27 07:44:35 +00:00
Luke Downing 3829623984 Port from 1.x 2021-11-25 16:49:10 +00:00
Nuno Maduro 3f3bc525bc Update FUNDING.yml 2021-11-21 18:25:07 +00:00
Nuno Maduro ece0930319 Merge pull request #438 from def-studio/phpstan-to-8
Phpstan to 9
2021-11-18 23:41:02 +00:00
Nuno Maduro 94585789dc refacto(phpstan-to-8): few adjustments 2021-11-18 23:39:37 +00:00
Fabio Ivona 7ea6d8a35d upgrade to phpstan lvl 9 2021-11-18 23:27:37 +01:00
Fabio Ivona 9dd40e4610 fix phpstan failure 2021-11-18 01:14:57 +01:00
Fabio Ivona 8cdca8d012 fix tests 2021-11-18 01:04:59 +01:00
Fabio Ivona 7bcd3ebaee wip toward lvl9 2021-11-18 01:01:56 +01:00
Fabio Ivona d4a8a3ec37 upgrade to phpstan lvl 8 2021-11-18 00:12:39 +01:00
Nuno Maduro f460cceeba docs: updates release 2021-11-17 10:55:45 +00:00
Fabio Ivona f3f58c7f52 upgrade to phpstan lvl 7 2021-11-15 22:20:00 +01:00
Fabio Ivona f2a9b73b83 trying to disable phpstan parallel processing 2021-11-15 20:54:47 +01:00
Fabio Ivona ffd4e6d577 upgrade to phpstan level 6 2021-11-15 12:23:53 +01:00
Nuno Maduro f6004e07c1 chore: ignores windows builds 2021-11-14 21:45:13 +00:00
Nuno Maduro b2cd60395f chore: phpstan level 5 2021-11-14 21:39:24 +00:00
Nuno Maduro 183f975166 chore: phpstan level 5 2021-11-14 21:23:02 +00:00
Nuno Maduro 8ace01b6f1 Merge branch 'next' 2021-11-14 20:00:34 +00:00
Nuno Maduro 4b213d63bd feat: reworks evalution of Test Case 2021-11-14 19:58:25 +00:00
Nuno Maduro da5c21de8f Update README.md 2021-11-09 01:42:10 +00:00
Nuno Maduro 408ae4cad8 docs: adds spatie.be as platinum sponsor 2021-11-08 18:31:48 +00:00
Nuno Maduro fc2484a28a Update README.md 2021-11-05 12:00:56 +01:00
Nuno Maduro cd34f0ba81 refactor: comments 2021-10-24 22:39:35 +01:00
Nuno Maduro 648c6c5a27 refactor: comments 2021-10-24 19:37:29 +01:00
Nuno Maduro 2b687a7269 refactor: PHP 8 features 2021-10-24 18:29:59 +01:00
Nuno Maduro e8c2fe6e35 fix: test class finder 2021-10-24 01:16:05 +01:00
Nuno Maduro 88dfabc633 chore: points towards 2.0 2021-10-24 01:11:04 +01:00
Nuno Maduro a35bf249a0 chore: points towards 2.0 2021-10-24 01:06:48 +01:00
Nuno Maduro cf47b45262 feat: basic PHPUnit 10 support 2021-10-24 01:03:18 +01:00
Nuno Maduro de46ee0f64 fix: adds link to xdebug coverage mode 2021-10-10 15:33:27 +01:00
Nuno Maduro 1e011c7b40 fix: warns about xdebug modes 2021-10-10 15:25:02 +01:00
Nuno Maduro 04dcebf3aa Revert "Merge pull request #413 from def-studio/fix_skipping_tests_with_exception_asserting"
This reverts commit e853792a59, reversing
changes made to 205238fcbf.
2021-10-10 14:40:07 +01:00
Nuno Maduro e853792a59 Merge pull request #413 from def-studio/fix_skipping_tests_with_exception_asserting
Fix skipping tests with exception asserting
2021-10-02 12:01:04 +01:00
Fabio Ivona b0fbe54181 removes duplicated test 2021-10-02 09:15:52 +02:00
Fabio Ivona 2a649bdfc0 revert previous solution and invert chain and proxy calls in TestCaseFactory.php 2021-10-02 09:09:47 +02:00
Fabio Ivona e042bf7d3a removes expection expectations if test is marked as skipped 2021-10-01 15:52:45 +02:00
Fabio Ivona 3ff71a4563 adds failing test 2021-10-01 15:52:02 +02:00