|
|
9c202fa2d7
|
Improves type-hinting for tap method
|
2021-07-09 16:07:37 +01:00 |
|
|
|
e4e9cb09e4
|
docs: update changelog
|
2021-07-09 09:15:22 +01:00 |
|
|
|
dd05452edd
|
Renames a property to be more inclusive.
|
2021-07-08 18:39:09 +01:00 |
|
|
|
99ea9f42e5
|
Allows you to just specify an exception message when calling throws.
|
2021-07-08 18:32:02 +01:00 |
|
|
|
7d6a86adc7
|
docs: update changelog
|
2021-07-08 18:11:02 +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 |
|
|
|
c290909eb3
|
Adds @mixin for HigherOrderCallables class
|
2021-06-25 09:24:16 +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
|
2021-06-24 21:44:57 +01:00 |
|
|
|
fbcb492c79
|
Simplification
|
2021-06-24 21:40:24 +01:00 |
|
|
|
ff527baa1d
|
Allows and in Higher Order Expectations.
|
2021-06-24 21:31:12 +01:00 |
|
|
|
1680613e12
|
docs: update changelog
|
2021-06-19 14:42:29 +01:00 |
|
|
|
22a1aac84a
|
Fixes types
|
2021-06-18 22:08:47 +01:00 |
|
|
|
3a20696da4
|
CS
|
2021-06-18 22:03:51 +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 |
|
|
|
4b55de27f1
|
Adds generics
|
2021-06-18 21:52:24 +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 |
|
|
|
db9f1254b5
|
Tags Pest 1.6
|
2021-06-18 12:30:57 +01: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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
a5ce2dc1a1
|
Reimplements the new toHaveArray features.
|
2021-06-16 20:27:36 +01:00 |
|
|
|
729638a3bb
|
release: v1.5.0
|
2021-06-15 23:06:43 +01:00 |
|
|
|
8d670b4ed7
|
refactor: renames traits
|
2021-06-15 23:05:57 +01: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 |
|
|
|
55449c956a
|
feat: move init command out of external plugin
|
2021-06-15 09:29:33 +01:00 |
|
|
|
1c57de7e36
|
fixes typos
|
2021-06-13 11:45:18 +01:00 |
|
|
|
49de462250
|
Adds support for incompleted tests
|
2021-06-10 19:20:16 +01:00 |
|
|
|
50e9978dc3
|
Merge branch 'master' into matrix-datasets
# Conflicts:
# tests/.snapshots/success.txt
|
2021-06-10 09:01:09 +02:00 |
|
|
|
17d407a26a
|
Updates changelog
|
2021-06-07 15:27:33 +01:00 |
|
|
|
cdc3bd3f45
|
Merge pull request #308 from titouanmathis/fix/test-key-separator
Fix/test key separator
|
2021-06-07 15:22:05 +01:00 |
|
|
|
4c911cd0eb
|
docs: update changelog
|
2021-06-07 08:59:27 +01:00 |
|
|
|
c04d6d946d
|
Fix a bug where plugins could not be used in a path containing an @
Fix #307
|
2021-06-03 14:15:20 +02:00 |
|
|
|
ea0be9e7a4
|
Refactored Datasets::resolve() to make it more readable
|
2021-05-27 08:46:38 +02:00 |
|
|
|
838ac273ab
|
writed tests with multiple datasets
Took 1 hour 6 minutes
|
2021-05-25 23:56:46 +02:00 |
|
|
|
3117f11fae
|
phpstan fixes
Took 3 minutes
|
2021-05-24 23:36:51 +02:00 |
|