|
|
371620d161
|
Adds support for receiving datasets in higher order tests
|
2021-07-21 07:40:19 +01:00 |
|
|
|
47ceb2419b
|
Update README.md
|
2021-07-16 22:12:31 +01:00 |
|
|
|
771b5b2e53
|
Adds Spatie
|
2021-07-16 22:12:19 +01:00 |
|
|
|
027e69e48f
|
Merge pull request #349 from pestphp/teamcity-assertion-fix
Fixes the assertion output showing as 0 in the TeamCity logger
|
2021-07-16 14:58:30 +01:00 |
|
|
|
33e01e3805
|
Merge pull request #348 from jdanino/stubfix
Fix the unit test stub
|
2021-07-16 14:26:01 +01:00 |
|
|
|
13781dcd14
|
Fixes the assertion output showing as 0 in the TeamCity logger.
|
2021-07-16 13:17:33 +01:00 |
|
|
|
164bad437a
|
Fixes the assertion output showing as 0 in the TeamCity logger.
|
2021-07-16 13:10:30 +01:00 |
|
|
|
7ddcc03ad9
|
Update stubs/Unit.php
Co-authored-by: Owen Voke <development@voke.dev>
|
2021-07-16 13:00:32 +01:00 |
|
|
|
bbe4445257
|
Fix the unit test stub
|
2021-07-16 12:40:57 +02:00 |
|
|
|
d90ddf889c
|
docs: update changelog
v1.10.0
|
2021-07-12 11:54:40 +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 |
|
|
|
eb6de433b7
|
docs: update changelog
v1.9.1
|
2021-07-11 09:08:31 +01:00 |
|
|
|
32f72cdf55
|
Merge pull request #344 from pestphp/callable-expect-fix
Forces higher order test callable expects to be closures
|
2021-07-11 09:04:59 +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 |
|
|
|
5ab3c6e2d7
|
Merge pull request #340 from pestphp/better-tap-type-hinting
Better tap type hinting
|
2021-07-09 16:34:18 +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 |
|
|
|
e4e9cb09e4
|
docs: update changelog
v1.9.0
|
2021-07-09 09:15:22 +01:00 |
|
|
|
6a7597c01a
|
Merge pull request #339 from pestphp/exception-improvements
Allows you to just specify an exception message when calling `throws`.
|
2021-07-09 09:08:05 +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
v1.8.0
|
2021-07-08 18:11:02 +01:00 |
|
|
|
7fbd2661c8
|
Merge pull request #338 from pestphp/skip-closure-support
Closures passed to the `skip` method are now bound to the test case
|
2021-07-08 18:05:27 +01:00 |
|
|
|
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 |
|