Commit Graph

257 Commits

Author SHA1 Message Date
Nuno Maduro bee4eda3ef Adjusts tests to new printer 2022-09-15 20:54:46 +01:00
Nuno Maduro 3ff95faaaa Uses Collision ^7.0 2022-09-15 01:07:15 +01:00
Fabio Ivona a4ec4b2841 fix tests against PhpUnit 10 refactors 2022-08-25 16:20:00 +02:00
Fabio Ivona 402995bf29 implement our own Printer class because PhpUnit DefaultPrinter has become final 2022-06-23 14:24:10 +02:00
Francescu Garoby 77b7181b08 Make 'toHaveKeys' accept multi-dimensional associative arrays 2022-04-29 15:17:36 +02:00
danilopolani 80c411be44 add config loader to read phpunit file and get the tests directory or fallback 2022-03-30 15:39:50 +02:00
Owen Voke 3ffed844a6 style: apply fixes from PHP-CS-Fixer 2022-03-08 10:51:38 +00:00
Fabio Ivona 6f9ebe04b0 phpstan fix 2022-02-05 11:36:02 +01:00
Luke Downing b99f65d936 Renames tap to defer. 2022-01-23 23:18:55 +00:00
Andrea Marco Sartori d24091d224 Fix return docblock 2022-01-16 22:32:38 +10:00
Nuno Maduro 98db677646 refacto: pipes 2021-12-05 14:03:09 +00:00
Fabio Ivona 0fc90ec181 Merge branch 'master' into next-1 2021-11-29 09:36:07 +01:00
luke 24943e5fbb Merge branch 'master' into better-dataset-support 2021-11-27 19:55:14 +00:00
luke ce2dcc3128 Merge branch 'master' into better-dataset-support
# Conflicts:
#	src/Concerns/Testable.php
2021-11-27 19:28:39 +00:00
luke beb14ce5f4 Improved generics for higher order 2021-11-27 18:48:58 +00:00
Fabio Ivona cdd67a6900 merge from master 2021-11-26 15:29:21 +01:00
Nuno Maduro 86dca12c09 refacto(phpstan-to-8): few adjustments 2021-11-26 15:29:18 +01:00
Fabio Ivona 0b5cea6df1 upgrade to phpstan lvl 9 2021-11-26 15:29:18 +01:00
Fabio Ivona 24edab45b1 fix tests 2021-11-26 15:29:18 +01:00
Fabio Ivona f3371e51fe wip toward lvl9 2021-11-26 15:29:18 +01:00
Fabio Ivona 83b9f86972 upgrade to phpstan lvl 8 2021-11-26 15:29:15 +01:00
Fabio Ivona ca30677c53 upgrade to phpstan lvl 7 2021-11-26 15:29:15 +01:00
Fabio Ivona b9b9de1945 upgrade to phpstan level 6 2021-11-26 15:29:15 +01: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 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
Fabio Ivona f3f58c7f52 upgrade to phpstan lvl 7 2021-11-15 22:20:00 +01:00
Fabio Ivona ffd4e6d577 upgrade to phpstan level 6 2021-11-15 12:23:53 +01:00
Fabio Ivona 5287eff507 merge from master 2021-11-15 11:54:42 +01: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 4b213d63bd feat: reworks evalution of Test Case 2021-11-14 19:58:25 +00:00
Luke Downing 22d16d54c6 Merge branch 'next' into better-dataset-support
# Conflicts:
#	src/Concerns/Testable.php
2021-10-27 18:28:51 +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 cf47b45262 feat: basic PHPUnit 10 support 2021-10-24 01:03:18 +01:00
Luke Downing eed3ed5513 Vastly improves the logic around bound datasets to make them more user friendly. 2021-10-19 21:40:40 +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
Fabio Ivona fc53f08e37 implemented pipe closure with $next as the first parameter 2021-10-10 01:02:04 +02:00
Fabio Ivona bc4e5b9b4e implemented pipe closure with $next as the last parameter 2021-10-10 00:16:21 +02:00
Fabio Ivona 55376d32e5 moved decorate implementation to dedicated intercept and pipe calls 2021-10-09 10:22:24 +02:00
Fabio Ivona e92d9bfaae implements decorators pipeline 2021-10-08 15:29:35 +02:00
luke 1a941d7f92 Refactors 2021-08-01 16:45:06 +01:00
jordanbrauer 43920f79a9 feat: add count method for checking message type presence 2021-07-27 23:36:09 -05:00
jordanbrauer 00b4bb6305 Merge branch 'master' into fix-missing-dataset-errors 2021-07-21 21:26:33 -05:00
luke 82c18d3848 Type fixes 2021-07-21 07:58:05 +01:00