|
|
04dcebf3aa
|
Revert "Merge pull request #413 from def-studio/fix_skipping_tests_with_exception_asserting"
This reverts commit e853792a59, reversing
changes made to 205238fcbf.
|
2021-10-10 14:40:07 +01:00 |
|
|
|
0346450a51
|
adds test to check if pipes can add parameters to an expectation
|
2021-10-10 01:09:45 +02: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 |
|
|
|
c3a445534b
|
adds tests
|
2021-10-09 12:03:12 +02:00 |
|
|
|
70877bfad4
|
updated snapshots
|
2021-10-09 10:26:22 +02:00 |
|
|
|
55376d32e5
|
moved decorate implementation to dedicated intercept and pipe calls
|
2021-10-09 10:22:24 +02:00 |
|
|
|
8835502074
|
lint
|
2021-10-08 16:38:16 +02:00 |
|
|
|
ba9b06adf3
|
fix tests
|
2021-10-08 16:35:31 +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 |
|
|
|
e853792a59
|
Merge pull request #413 from def-studio/fix_skipping_tests_with_exception_asserting
Fix skipping tests with exception asserting
|
2021-10-02 12:01:04 +01:00 |
|
|
|
b0fbe54181
|
removes duplicated test
|
2021-10-02 09:15:52 +02:00 |
|
|
|
2a649bdfc0
|
revert previous solution and invert chain and proxy calls in TestCaseFactory.php
|
2021-10-02 09:09:47 +02:00 |
|
|
|
e042bf7d3a
|
removes expection expectations if test is marked as skipped
|
2021-10-01 15:52:45 +02:00 |
|
|
|
3ff71a4563
|
adds failing test
|
2021-10-01 15:52:02 +02:00 |
|
|
|
205238fcbf
|
docs: updates release process
|
2021-09-25 13:56:06 +01:00 |
|
|
|
ba06c5a76d
|
release: v1.20.0
v1.20.0
|
2021-09-25 13:52:12 +01:00 |
|
|
|
78ffc491e9
|
chore: exclude builds on PHP 8.1 on mac os or windows
|
2021-09-25 13:37:06 +01:00 |
|
|
|
7f38de11b7
|
refactor: --ci option
|
2021-09-25 13:29:11 +01:00 |
|
|
|
a6e34d204c
|
Merge pull request #405 from def-studio/add-new-ci-option-to-pest-bin
Add new --ci option to pest bin
|
2021-09-25 13:11:05 +01:00 |
|
|
|
66d47e4922
|
fix: usage on PHP 7.3
|
2021-09-25 09:39:17 +01:00 |
|
|
|
7d70b6e95a
|
merge from master
|
2021-09-25 09:04:26 +02:00 |
|
|
|
076dcab4c5
|
Merge remote-tracking branch 'origin/master' into add-new-ci-option-to-pest-bin
# Conflicts:
# tests/.snapshots/success.txt
|
2021-09-25 09:04:07 +02:00 |
|
|
|
6f42e336c9
|
merge conflict
|
2021-09-25 08:57:55 +02:00 |
|
|
|
0d72b5197c
|
merge conflict
|
2021-09-25 08:55:57 +02:00 |
|
|
|
7691e3c602
|
Merge pull request #399 from mertasan/sequence
Fix: `sequence()` can generate false positives
|
2021-09-24 22:15:49 +01:00 |
|
|
|
b43a59868d
|
feat: adds unless expectation
|
2021-09-24 22:12:08 +01:00 |
|
|
|
457972716f
|
refactor: expectation match method
|
2021-09-24 22:02:18 +01:00 |
|
|
|
ae029660e3
|
tests: fixes snapshots
|
2021-09-24 21:18:30 +01:00 |
|
|
|
dc12419078
|
Merge pull request #407 from mertasan/method-match
Adds new `match()` method
|
2021-09-24 21:16:48 +01:00 |
|
|
|
f0ddd10a54
|
Merge branch 'master' into method-match
|
2021-09-24 21:16:43 +01:00 |
|
|
|
4daf7ee4ab
|
refactor: throwsIf method
|
2021-09-24 21:15:31 +01:00 |
|
|
|
d60f320382
|
Merge pull request #371 from mertasan/throwsif
Add `throwsIf` exception
|
2021-09-24 21:10:56 +01:00 |
|
|
|
3c3e6b160b
|
refactor: expectation when
|
2021-09-24 21:10:02 +01:00 |
|
|
|
c99f8f196e
|
lint
|
2021-09-24 14:42:26 +03:00 |
|
|
|
9cc4ecd5ab
|
Merge branch 'master' into method-match
|
2021-09-24 14:39:21 +03:00 |
|
|
|
8d96f975e0
|
update snapshots
|
2021-09-24 14:37:01 +03:00 |
|
|
|
7f214f9e12
|
use and() instead of new self
|
2021-09-24 13:59:00 +03:00 |
|
|
|
da258fa89f
|
remove the warning
|
2021-09-24 13:55:16 +03:00 |
|
|
|
f23f857903
|
Merge pull request #406 from mertasan/method-when
Adds new `when()` method
|
2021-09-24 11:23:21 +01:00 |
|
|
|
fec11928cf
|
update snapshots
|
2021-09-23 06:57:07 +03:00 |
|
|
|
f6131d042b
|
add tests
The filename is not accepted as `match.php`
|
2021-09-23 06:56:47 +03:00 |
|
|
|
543b9542ae
|
add new match() method
|
2021-09-23 06:55:28 +03:00 |
|
|
|
1681c1f4f8
|
update snapshots
|
2021-09-23 03:35:56 +03:00 |
|
|
|
f41c3ce9ba
|
add tests
|
2021-09-23 03:35:46 +03:00 |
|
|
|
847b06e558
|
add when() method
|
2021-09-23 03:35:41 +03:00 |
|
|
|
601c4b01fc
|
refactors to use a Plugin to parse --ci option
|
2021-09-22 14:53:16 +02:00 |
|
|
|
05c1c82ae2
|
lint
|
2021-09-22 11:05:04 +02:00 |
|
|
|
1bde49b3c4
|
types fix
|
2021-09-22 11:00:41 +02:00 |
|