|
|
6ce678d1c2
|
Adds an extra test to ensure that skipping takes place before higher order callables.
|
2021-07-08 17:52:56 +01:00 |
|
|
|
5049b996db
|
Merge branch 'master' into skip-closure-support
# Conflicts:
# src/Support/HigherOrderMessage.php
|
2021-07-08 17:50:48 +01:00 |
|
|
|
d838456caa
|
Merge pull request #331 from pestphp/higher-order-tap-and-defer
Adds a new `tap` method to Higher Order tests
|
2021-07-08 17:38:17 +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 |
|
|
|
c290909eb3
|
Adds @mixin for HigherOrderCallables class
|
2021-06-25 09:24:16 +01:00 |
|
|
|
f2e56da2da
|
Updates snapshots
|
2021-06-24 22:58:29 +01:00 |
|
|
|
e6b258534a
|
Merge branch 'master' into higher-order-tap-and-defer
# Conflicts:
# tests/.snapshots/success.txt
|
2021-06-24 22:57:48 +01:00 |
|
|
|
acef002a2d
|
Adds tap for Higher Order tests
|
2021-06-24 22:57:26 +01:00 |
|
|
|
11ebe014fb
|
docs: update changelog
v1.7.1
|
2021-06-24 21:44:57 +01:00 |
|
|
|
2d13c6e219
|
Merge pull request #330 from pestphp/higher-order-expectation-and
Allows `and` in Higher Order Expectations.
|
2021-06-24 21:42:22 +01:00 |
|
|
|
fbcb492c79
|
Simplification
|
2021-06-24 21:40:24 +01:00 |
|
|
|
4f67eff619
|
Start of work
|
2021-06-24 21:38:02 +01:00 |
|
|
|
3c2c767e09
|
Updates snapshot
|
2021-06-24 21:35:16 +01:00 |
|
|
|
ff527baa1d
|
Allows and in Higher Order Expectations.
|
2021-06-24 21:31:12 +01:00 |
|
|
|
621718d4b1
|
Merge pull request #329 from bigint/master
Update phpunit/phpunit to 9.5.6
|
2021-06-23 10:28:49 +01:00 |
|
|
|
59adc57344
|
Update phpunit/phpunit to 9.5.6
|
2021-06-23 14:55:09 +05:30 |
|
|
|
1680613e12
|
docs: update changelog
v1.7.0
|
2021-06-19 14:42:29 +01:00 |
|
|
|
f6d3ce41bc
|
chore: updates funding
|
2021-06-18 22:17:44 +01:00 |
|
|
|
d16a48bf0f
|
chore: cs
|
2021-06-18 22:16:54 +01:00 |
|
|
|
9459ce4030
|
Merge pull request #324 from pestphp/nested-higher-order-expectations
Adds Nested Higher Order Expectations
|
2021-06-18 22:12:17 +01:00 |
|
|
|
c773d1cd57
|
chore: type checks scripts folder
|
2021-06-18 22:09:56 +01:00 |
|
|
|
22a1aac84a
|
Fixes types
|
2021-06-18 22:08:47 +01:00 |
|
|
|
3a20696da4
|
CS
|
2021-06-18 22:03:51 +01:00 |
|
|
|
99bcf98617
|
Rebuilds snapshots
|
2021-06-18 22:03:01 +01:00 |
|
|
|
09d9bae988
|
Merge branch 'master' into nested-higher-order-expectations
# Conflicts:
# tests/.snapshots/success.txt
|
2021-06-18 22:01:30 +01:00 |
|
|
|
27de6106ab
|
Adds type hinting
|
2021-06-18 22:01:16 +01:00 |
|
|
|
aeded0a356
|
refacto: coding style updates
|
2021-06-18 22:01:14 +01:00 |
|
|
|
afef1d56e8
|
Merge pull request #323 from pestphp/non-callable-sequence
Sequenced expectations can now be passed as non-callable values
|
2021-06-18 21:53:04 +01:00 |
|
|
|
4b55de27f1
|
Adds generics
|
2021-06-18 21:52:24 +01:00 |
|
|
|
3d7b6426a1
|
Updates snapshots
|
2021-06-18 21:49:38 +01:00 |
|
|
|
1d415eb7fb
|
Merge branch 'master' into nested-higher-order-expectations
# Conflicts:
# tests/.snapshots/success.txt
|
2021-06-18 21:49:05 +01:00 |
|
|
|
8a384a6d65
|
Merge fixes
|
2021-06-18 21:46:57 +01:00 |
|
|
|
7c4dd2f2e7
|
Merge branch 'master' into non-callable-sequence
# Conflicts:
# tests/.snapshots/success.txt
|
2021-06-18 21:45:02 +01:00 |
|
|
|
b6f0496c3c
|
chore: updates funding
|
2021-06-18 12:39:05 +01:00 |
|
|
|
9b34650e72
|
Adds changelog for 1.6.0
v1.6.0
|
2021-06-18 12:36:43 +01:00 |
|
|
|
db9f1254b5
|
Tags Pest 1.6
|
2021-06-18 12:30:57 +01:00 |
|
|
|
b0e2ce6896
|
Merge pull request #325 from dansysanalyst/feat/json
Method json() to parse JSON strings
|
2021-06-18 12:28:45 +01:00 |
|
|
|
3afdedbd3f
|
Snapshots
|
2021-06-18 13:11:37 +02:00 |
|
|
|
4bf69b97bd
|
feat(json): updates docs
|
2021-06-18 12:06:41 +01:00 |
|
|
|
ecb37fce91
|
Refactoring to use toBeJson()
Refactoring according to @lukeraymonddowning suggestion
|
2021-06-18 13:04:31 +02:00 |
|
|
|
c1b27579ca
|
Method json() to parse JSON strings
- Parse a JSON string into array
- Test
|
2021-06-18 12:43:17 +02:00 |
|
|
|
d96a2485b6
|
Updates snapshot
|
2021-06-17 00:18:12 +01:00 |
|
|
|
9e9d1cc8cc
|
Merge branch 'master' into nested-higher-order-expectations
# Conflicts:
# src/Expectation.php
# tests/.snapshots/success.txt
|
2021-06-17 00:17:25 +01:00 |
|
|
|
579bb1b90c
|
Updates DocBlock type hinting
|
2021-06-17 00:15:42 +01:00 |
|
|
|
5116b4341e
|
Merge pull request #322 from pestphp/to-have-key
Reimplements the new `toHaveArray` features.
|
2021-06-16 23:12:43 +01:00 |
|
|
|
7ff64540a6
|
Adds nested Higher Order Expectations.
|
2021-06-16 20:48:23 +01:00 |
|
|
|
241d4cf94c
|
Reimplements non-callable sequence values.
|
2021-06-16 20:34:17 +01:00 |
|