Commit Graph

285 Commits

Author SHA1 Message Date
Nuno Maduro 6dcdfdb82f Merge branch 'master' into feat/retry 2021-12-05 17:44:20 +00:00
Nuno Maduro b74a688677 tests: style 2021-12-05 14:59:07 +00:00
Nuno Maduro b1f9ce2283 refacto: structure 2021-12-05 14:40:08 +00:00
Nuno Maduro 129a733888 chore: re-adds removed tests 2021-12-04 21:23:48 +00:00
Nuno Maduro 106b279ed0 feat: adds --retry option 2021-12-04 21:18:55 +00:00
Fabio Ivona 0fc90ec181 Merge branch 'master' into next-1 2021-11-29 09:36:07 +01:00
luke ce2dcc3128 Merge branch 'master' into better-dataset-support
# Conflicts:
#	src/Concerns/Testable.php
2021-11-27 19:28:39 +00:00
Fabio Ivona 7fd9cfa2e9 refactor 2021-11-26 15:44:35 +01:00
Fabio Ivona 3df78f2edf Merge branch 'pipes-and-interceptors' into next-1
# Conflicts:
#	src/Concerns/Extendable.php
#	src/CoreExpectation.php
#	src/Expectation.php
#	src/Support/ExpectationPipeline.php
#	src/Support/Extendable.php
2021-11-26 15:31:40 +01:00
Fabio Ivona 5287eff507 merge from master 2021-11-15 11:54:42 +01:00
Nuno Maduro 4b213d63bd feat: reworks evalution of Test Case 2021-11-14 19:58:25 +00:00
Fabio Ivona 3943919709 implemements pipelines and adds tests for it 2021-10-31 15:23:28 +01:00
Luke Downing 22d16d54c6 Merge branch 'next' into better-dataset-support
# Conflicts:
#	src/Concerns/Testable.php
2021-10-27 18:28:51 +01:00
Nuno Maduro cd34f0ba81 refactor: comments 2021-10-24 22:39:35 +01:00
Nuno Maduro cf47b45262 feat: basic PHPUnit 10 support 2021-10-24 01:03:18 +01:00
Luke Downing eed3ed5513 Vastly improves the logic around bound datasets to make them more user friendly. 2021-10-19 21:40:40 +01:00
Nuno Maduro 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
Fabio Ivona 0346450a51 adds test to check if pipes can add parameters to an expectation 2021-10-10 01:09:45 +02:00
Fabio Ivona fc53f08e37 implemented pipe closure with $next as the first parameter 2021-10-10 01:02:04 +02:00
Fabio Ivona bc4e5b9b4e implemented pipe closure with $next as the last parameter 2021-10-10 00:16:21 +02:00
Fabio Ivona c3a445534b adds tests 2021-10-09 12:03:12 +02:00
Fabio Ivona 70877bfad4 updated snapshots 2021-10-09 10:26:22 +02:00
Fabio Ivona 55376d32e5 moved decorate implementation to dedicated intercept and pipe calls 2021-10-09 10:22:24 +02:00
Fabio Ivona ba9b06adf3 fix tests 2021-10-08 16:35:31 +02:00
Fabio Ivona e92d9bfaae implements decorators pipeline 2021-10-08 15:29:35 +02:00
Fabio Ivona d802e88148 moved old Expectation in CoreExpectation.php and made Expectation.php a decorator for it 2021-10-07 22:59:46 +02:00
Fabio Ivona b0fbe54181 removes duplicated test 2021-10-02 09:15:52 +02:00
Fabio Ivona 3ff71a4563 adds failing test 2021-10-01 15:52:02 +02:00
Nuno Maduro 7f38de11b7 refactor: --ci option 2021-09-25 13:29:11 +01:00
Fabio Ivona 7d70b6e95a merge from master 2021-09-25 09:04:26 +02:00
Fabio Ivona 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
Fabio Ivona 6f42e336c9 merge conflict 2021-09-25 08:57:55 +02:00
Fabio Ivona 0d72b5197c merge conflict 2021-09-25 08:55:57 +02:00
Nuno Maduro 7691e3c602 Merge pull request #399 from mertasan/sequence
Fix: `sequence()` can generate false positives
2021-09-24 22:15:49 +01:00
Nuno Maduro b43a59868d feat: adds unless expectation 2021-09-24 22:12:08 +01:00
Nuno Maduro 457972716f refactor: expectation match method 2021-09-24 22:02:18 +01:00
Nuno Maduro ae029660e3 tests: fixes snapshots 2021-09-24 21:18:30 +01:00
Nuno Maduro f0ddd10a54 Merge branch 'master' into method-match 2021-09-24 21:16:43 +01:00
Nuno Maduro 4daf7ee4ab refactor: throwsIf method 2021-09-24 21:15:31 +01:00
Nuno Maduro d60f320382 Merge pull request #371 from mertasan/throwsif
Add `throwsIf` exception
2021-09-24 21:10:56 +01:00
Mert Aşan 9cc4ecd5ab Merge branch 'master' into method-match 2021-09-24 14:39:21 +03:00
Mert Aşan 8d96f975e0 update snapshots 2021-09-24 14:37:01 +03:00
Mert Aşan da258fa89f remove the warning 2021-09-24 13:55:16 +03:00
Mert Aşan fec11928cf update snapshots 2021-09-23 06:57:07 +03:00
Mert Aşan f6131d042b add tests
The filename is not accepted as `match.php`
2021-09-23 06:56:47 +03:00
Mert Aşan 1681c1f4f8 update snapshots 2021-09-23 03:35:56 +03:00
Mert Aşan f41c3ce9ba add tests 2021-09-23 03:35:46 +03:00
Fabio Ivona 601c4b01fc refactors to use a Plugin to parse --ci option 2021-09-22 14:53:16 +02:00
Fabio Ivona 05c1c82ae2 lint 2021-09-22 11:05:04 +02:00
Fabio Ivona b22f5e0c85 adds test for CI env runs 2021-09-22 10:38:21 +02:00