Commit Graph

1347 Commits

Author SHA1 Message Date
f25a9f5558 feat: warnings support 2023-03-02 17:50:57 +00:00
69a0c3ba99 chore: dont fails on warnings 2023-03-02 17:50:47 +00:00
e1bb1d8c2d fix: printer parallel not displaying progress of deprecations 2023-03-02 17:50:36 +00:00
62238b2714 fix: don't registers exception handlers 2023-03-02 16:24:16 +00:00
e9f83dc020 fix: discovering phpunit tests on parallel 2023-03-02 14:09:18 +00:00
b15dc03d16 chore: bumps dependencies 2023-03-02 14:09:05 +00:00
3af60b874e chore: upgrades deps 2023-02-28 20:17:49 +05:30
8abad572ec chore: fix CI testing 2023-02-25 17:45:43 +05:30
20012b65fb chore: bumps phpunit 2023-02-25 17:42:29 +05:30
244087db27 fix: parallel status code 2023-02-25 17:42:24 +05:30
b54c24a589 fix: --parallel exit code 2023-02-25 17:33:28 +05:30
c664094f35 fix: --retry option update 2023-02-21 22:04:30 +00:00
f5d71b9282 Merge pull request #669 from fabio-ivona/init-tweak
[chore] tweak init command
2023-02-21 00:03:26 +01:00
a6e133a194 add --ansi option to artisan command call 2023-02-20 23:56:40 +01:00
46b785f29f Update TestCase.php 2023-02-20 22:54:24 +00:00
69b1c08558 refactor 2023-02-20 23:44:15 +01:00
2a1db41880 fix: cache being mixed with phpunit 2023-02-20 22:38:03 +00:00
64dbcf0a26 init command tweak 2023-02-20 23:17:41 +01:00
683910bff4 fix: improves dump message 2023-02-20 18:10:51 +00:00
7492b331a0 chore: fixes scripts 2023-02-20 17:52:26 +00:00
ae8df3f51d chore: runs tests in Parallel on CI 2023-02-20 17:41:43 +00:00
658c428b71 chore: bumps dependencies 2023-02-20 17:33:13 +00:00
d7ecef80e9 chore: improves type checking 2023-02-20 17:33:03 +00:00
09644640bf feat: improves error handling 2023-02-20 17:28:33 +00:00
ba1f2df40b chore: bumps dependencies 2023-02-20 17:23:57 +00:00
0348037638 fix: retry option should not be used in parallel 2023-02-20 17:23:57 +00:00
23b42730ba Merge pull request #668 from fabio-ivona/custom-expectations-fix
Store interceptors for use with Collision
2023-02-19 17:00:02 +00:00
9ded563e4b store interceptors for use with Collision
this is a workaround for php bug https://github.com/php/php-src/issues/10623, that prevents Collision to retrieve info about the interceptor handler closure. (see https://github.com/nunomaduro/collision/pull/255)
2023-02-19 11:07:44 +01:00
8a48a3da7f chore: updates snapshots 2023-02-18 16:50:12 +00:00
61a35d65c4 chore: upgrades dependencies 2023-02-18 16:47:32 +00:00
aafbd04753 style: removes unused variable 2023-02-18 16:46:34 +00:00
56a2f1b733 fix: what's considered a "deffect" test 2023-02-18 16:09:50 +00:00
aa3369757c feat: improves dump on internal error 2023-02-18 16:09:25 +00:00
f309e06292 fix: assertions on opposite expectations 2023-02-18 15:27:25 +00:00
05989c35a7 chore: increases necessary version of paratest 2023-02-18 15:21:59 +00:00
813a74759b feat: improves parallel output 2023-02-18 15:04:10 +00:00
c9fb8e6f52 feat: improves parallel output 2023-02-18 15:00:59 +00:00
d374a46c4d feat: improves parallel output 2023-02-18 15:00:49 +00:00
0ce70a0180 fix: relaxes if ob was not started 2023-02-18 14:47:27 +00:00
7fc12613a8 feat: kernel dump 2023-02-18 14:39:47 +00:00
d0e949bf19 chore: dont export non necessary files on vendor 2023-02-18 14:39:47 +00:00
957dabc3f0 feat: improves help table 2023-02-18 14:39:47 +00:00
b4b4bf3685 style: plugin actions improvements 2023-02-18 14:39:47 +00:00
49619ff2b5 feat: improves DX on auto-complete 2023-02-18 14:39:47 +00:00
efca71f1e7 fix: test suite loader 2023-02-18 14:39:47 +00:00
86fdfb75cf chore: bumps dependencies 2023-02-18 14:39:47 +00:00
f865e93050 chore: spacing in changelog 2023-02-18 14:39:47 +00:00
4fccddebb0 style: removes non important note 2023-02-18 14:39:47 +00:00
15ef5f12b8 Update README.md 2023-02-17 16:25:36 +00:00
c87aabf5d4 feat: prefixes evaluable 2023-02-14 08:57:04 +00:00