Commit Graph

126 Commits

Author SHA1 Message Date
0e98c5c5c4 style: removes non-used imports 2022-12-29 16:36:17 +00:00
39ee5b9b08 change: refactors DependOn to Use 2022-12-29 16:34:15 +00:00
476f56b617 feat: adds toBeUsedOnNothing and toBeUsed 2022-12-28 16:27:08 +00:00
174a9ca60b feat: adds toBeUsedOn 2022-12-28 16:09:47 +00:00
138bdf599b feat: adds toOnlyBeUsedOn 2022-12-21 04:00:45 +00:00
522504916b fix: namespace import 2022-12-21 00:11:55 +00:00
b04207d9ea feat: improves not->toDependOn 2022-12-21 00:09:38 +00:00
e1e926076a fix: types on arch expectations 2022-12-14 14:56:11 +00:00
68bf8a2d26 feat: adds arch related expectations 2022-12-13 15:27:22 +00:00
70f447a8bc chore: improves type coverage 2022-12-07 09:17:35 +00:00
3799dc7a2a Update Expectation.php 2022-09-19 11:03:30 +01:00
a8b8adafdf Any Matcher refactor 2022-09-19 12:01:44 +02:00
f3a748fee3 create Any matcher 2022-09-19 11:00:13 +02:00
8a3caa5e7f add custom message to failed expectations 2022-09-19 09:03:27 +02:00
45011ebd14 Code quality improvements 2022-09-16 11:27:17 +01:00
e9564febaf Migrates to Pint 2022-09-16 10:45:53 +01:00
3ff95faaaa Uses Collision ^7.0 2022-09-15 01:07:15 +01:00
3ffed844a6 style: apply fixes from PHP-CS-Fixer 2022-03-08 10:51:38 +00:00
3601d01bd5 Added dump helper to Expectation class 2022-03-08 10:41:09 +01:00
51ec80f11f fix: resolve PHPStan warnings 2022-03-03 18:20:24 +00:00
6f9ebe04b0 phpstan fix 2022-02-05 11:36:02 +01:00
ead2dfd0a9 Makes json expectation usable in Higher Order Tests 2022-01-23 23:10:14 +00:00
635a71ce66 feature 2022-01-20 10:21:57 +00:00
b3d3b4485d Do not nest expectations 2022-01-16 22:32:20 +10:00
b1f9ce2283 refacto: structure 2021-12-05 14:40:08 +00:00
e64b6fe924 refacto: pipes 2021-12-05 14:21:11 +00:00
98db677646 refacto: pipes 2021-12-05 14:03:09 +00:00
05f44ed84a fix phpstan 2021-11-29 10:06:00 +01:00
6e7890c206 fix phpstan 2021-11-29 09:58:48 +01:00
0fc90ec181 Merge branch 'master' into next-1 2021-11-29 09:36:07 +01:00
337d55b9ab lint 2021-11-29 09:25:00 +01:00
beb14ce5f4 Improved generics for higher order 2021-11-27 18:48:58 +00:00
d10b8f5d2c Merge branch 'master' into next-1 2021-11-26 16:25:40 +01:00
cdd67a6900 merge from master 2021-11-26 15:29:21 +01:00
fce24ef01f Port from 1.x 2021-11-26 15:29:18 +01:00
86dca12c09 refacto(phpstan-to-8): few adjustments 2021-11-26 15:29:18 +01:00
0b5cea6df1 upgrade to phpstan lvl 9 2021-11-26 15:29:18 +01:00
f3371e51fe wip toward lvl9 2021-11-26 15:29:18 +01:00
3829623984 Port from 1.x 2021-11-25 16:49:10 +00: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
7bcd3ebaee wip toward lvl9 2021-11-18 01:01:56 +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
2b687a7269 refactor: PHP 8 features 2021-10-24 18:29:59 +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
d802e88148 moved old Expectation in CoreExpectation.php and made Expectation.php a decorator for it 2021-10-07 22:59:46 +02:00