|
|
ca30677c53
|
upgrade to phpstan lvl 7
|
2021-11-26 15:29:15 +01:00 |
|
|
|
b9b9de1945
|
upgrade to phpstan level 6
|
2021-11-26 15:29:15 +01:00 |
|
|
|
94585789dc
|
refacto(phpstan-to-8): few adjustments
|
2021-11-18 23:39:37 +00:00 |
|
|
|
7ea6d8a35d
|
upgrade to phpstan lvl 9
|
2021-11-18 23:27:37 +01:00 |
|
|
|
8cdca8d012
|
fix tests
|
2021-11-18 01:04:59 +01:00 |
|
|
|
7bcd3ebaee
|
wip toward lvl9
|
2021-11-18 01:01:56 +01:00 |
|
|
|
d4a8a3ec37
|
upgrade to phpstan lvl 8
|
2021-11-18 00:12:39 +01:00 |
|
|
|
f3f58c7f52
|
upgrade to phpstan lvl 7
|
2021-11-15 22:20:00 +01:00 |
|
|
|
ffd4e6d577
|
upgrade to phpstan level 6
|
2021-11-15 12:23:53 +01:00 |
|
|
|
5287eff507
|
merge from master
|
2021-11-15 11:54:42 +01:00 |
|
|
|
b2cd60395f
|
chore: phpstan level 5
|
2021-11-14 21:39:24 +00:00 |
|
|
|
183f975166
|
chore: phpstan level 5
|
2021-11-14 21:23:02 +00:00 |
|
|
|
4b213d63bd
|
feat: reworks evalution of Test Case
|
2021-11-14 19:58:25 +00:00 |
|
|
|
22d16d54c6
|
Merge branch 'next' into better-dataset-support
# Conflicts:
# src/Concerns/Testable.php
|
2021-10-27 18:28:51 +01:00 |
|
|
|
648c6c5a27
|
refactor: comments
|
2021-10-24 19:37:29 +01:00 |
|
|
|
2b687a7269
|
refactor: PHP 8 features
|
2021-10-24 18:29:59 +01:00 |
|
|
|
e8c2fe6e35
|
fix: test class finder
|
2021-10-24 01:16:05 +01:00 |
|
|
|
cf47b45262
|
feat: basic PHPUnit 10 support
|
2021-10-24 01:03:18 +01:00 |
|
|
|
eed3ed5513
|
Vastly improves the logic around bound datasets to make them more user friendly.
|
2021-10-19 21:40:40 +01:00 |
|
|
|
de46ee0f64
|
fix: adds link to xdebug coverage mode
|
2021-10-10 15:33:27 +01:00 |
|
|
|
1e011c7b40
|
fix: warns about xdebug modes
|
2021-10-10 15:25:02 +01:00 |
|
|
|
fc53f08e37
|
implemented pipe closure with $next as the first parameter
|
2021-10-10 01:02:04 +02:00 |
|
|
|
bc4e5b9b4e
|
implemented pipe closure with $next as the last parameter
|
2021-10-10 00:16:21 +02:00 |
|
|
|
55376d32e5
|
moved decorate implementation to dedicated intercept and pipe calls
|
2021-10-09 10:22:24 +02:00 |
|
|
|
e92d9bfaae
|
implements decorators pipeline
|
2021-10-08 15:29:35 +02:00 |
|
|
|
1a941d7f92
|
Refactors
|
2021-08-01 16:45:06 +01:00 |
|
|
|
43920f79a9
|
feat: add count method for checking message type presence
|
2021-07-27 23:36:09 -05:00 |
|
|
|
00b4bb6305
|
Merge branch 'master' into fix-missing-dataset-errors
|
2021-07-21 21:26:33 -05:00 |
|
|
|
82c18d3848
|
Type fixes
|
2021-07-21 07:58:05 +01:00 |
|
|
|
371620d161
|
Adds support for receiving datasets in higher order tests
|
2021-07-21 07:40:19 +01:00 |
|
|
|
5907164749
|
Merge pull request #341 from pestphp/hot-hoe
Adds support for Higher Order Expectations in Higher Order Tests
|
2021-07-12 11:52:04 +01:00 |
|
|
|
c160d97428
|
Forces higher order test callable expects to be closures.
|
2021-07-11 07:56:02 +01:00 |
|
|
|
2a8de0565f
|
Adds support for Higher Order Expectations in Higher Order Tests
|
2021-07-09 16:50:15 +01:00 |
|
|
|
50ece576a7
|
Improves type-hinting for target in HigherOrderTapProxy
|
2021-07-09 16:09:53 +01:00 |
|
|
|
9c202fa2d7
|
Improves type-hinting for tap method
|
2021-07-09 16:07:37 +01:00 |
|
|
|
5049b996db
|
Merge branch 'master' into skip-closure-support
# Conflicts:
# src/Support/HigherOrderMessage.php
|
2021-07-08 17:50:48 +01:00 |
|
|
|
e45c4ff4f1
|
Refactors HigherOrderMessage
|
2021-07-08 17:30:39 +01:00 |
|
|
|
fa3959db17
|
Type hints for callable
|
2021-07-08 13:12:30 +01:00 |
|
|
|
b97e206f7a
|
Closures passed to the skip method are now bound to the test case to allow for more complex logic.
|
2021-07-08 09:44:28 +01:00 |
|
|
|
7e9edecc7f
|
Higher Order Tests now resolve callable expectations. The tap method now always returns the test case.
|
2021-07-06 14:05:40 +01:00 |
|
|
|
acef002a2d
|
Adds tap for Higher Order tests
|
2021-06-24 22:57:26 +01:00 |
|
|
|
de86598c0d
|
Merge branch 'master' into fix-missing-dataset-errors
|
2021-06-16 21:36:42 -05:00 |
|
|
|
553b45306f
|
feat: handle unions (PHP 8)
|
2021-06-16 21:29:08 -05:00 |
|
|
|
2e7192ab95
|
chore: static analysis adjustments - deprecation RE: ReflectionType::__toString
|
2021-06-16 14:42:51 -05:00 |
|
|
|
a5ce2dc1a1
|
Reimplements the new toHaveArray features.
|
2021-06-16 20:27:36 +01:00 |
|
|
|
64e780cf72
|
fix: types
|
2021-06-16 00:58:46 -05:00 |
|
|
|
9bf141f698
|
style: formatting & linting
|
2021-06-16 00:54:22 -05:00 |
|
|
|
9e5b779abc
|
feat: add helper function for mapping a function's arguments
|
2021-06-16 00:52:31 -05:00 |
|
|
|
c07cd8c252
|
feat: move Expectations API out of external plugin
|
2021-06-15 17:10:21 +01:00 |
|
|
|
ea696f819e
|
feat: move Coverage out of external plugin
|
2021-06-15 14:26:57 +01:00 |
|