Commit Graph

866 Commits

Author SHA1 Message Date
Fabio Ivona 5f1776829b Update src/Concerns/Extendable.php 2021-10-31 22:16:02 +01:00
Fabio Ivona 4a22c5d673 addresses reviews 2021-10-31 22:08:34 +01:00
Fabio Ivona 3943919709 implemements pipelines and adds tests for it 2021-10-31 15:23:28 +01:00
Fabio Ivona 8174f2d973 extracted Expectations to a CoreExpectation class 2021-10-30 20:14:54 +02: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 648c6c5a27 refactor: comments 2021-10-24 19:37:29 +01:00
Nuno Maduro 2b687a7269 refactor: PHP 8 features 2021-10-24 18:29:59 +01:00
Nuno Maduro e8c2fe6e35 fix: test class finder 2021-10-24 01:16:05 +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 de46ee0f64 fix: adds link to xdebug coverage mode 2021-10-10 15:33:27 +01:00
Nuno Maduro 1e011c7b40 fix: warns about xdebug modes 2021-10-10 15:25:02 +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 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 55376d32e5 moved decorate implementation to dedicated intercept and pipe calls 2021-10-09 10:22:24 +02:00
Fabio Ivona 8835502074 lint 2021-10-08 16:38:16 +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 2a649bdfc0 revert previous solution and invert chain and proxy calls in TestCaseFactory.php 2021-10-02 09:09:47 +02:00
Fabio Ivona e042bf7d3a removes expection expectations if test is marked as skipped 2021-10-01 15:52:45 +02:00
Nuno Maduro ba06c5a76d release: v1.20.0 2021-09-25 13:52:12 +01:00
Nuno Maduro 7f38de11b7 refactor: --ci option 2021-09-25 13:29:11 +01:00
Nuno Maduro 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
Nuno Maduro 66d47e4922 fix: usage on PHP 7.3 2021-09-25 09:39:17 +01: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
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 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
Nuno Maduro 3c3e6b160b refactor: expectation when 2021-09-24 21:10:02 +01:00
Mert Aşan c99f8f196e lint 2021-09-24 14:42:26 +03:00
Mert Aşan 9cc4ecd5ab Merge branch 'master' into method-match 2021-09-24 14:39:21 +03:00
Mert Aşan 7f214f9e12 use and() instead of new self 2021-09-24 13:59:00 +03:00
Mert Aşan da258fa89f remove the warning 2021-09-24 13:55:16 +03:00
Mert Aşan 543b9542ae add new match() method 2021-09-23 06:55:28 +03:00
Mert Aşan 847b06e558 add when() method 2021-09-23 03:35:41 +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 1bde49b3c4 types fix 2021-09-22 11:00:41 +02:00
Fabio Ivona dd643faa5c adds a new --ci option to pest binary 2021-09-22 10:17:44 +02:00
Mert Aşan 0b19672963 Merge branch 'master' into throwsif 2021-09-19 01:47:07 +03:00
Mert Aşan 12e63c7376 add new assertion 2021-09-16 18:09:45 +03:00
Esteban 253e9d10c8 Fix types 2021-09-03 04:44:10 -04:00
Esteban 4331b2aaf6 Add toHaveProperties 2021-09-03 04:26:57 -04:00
Nuno Maduro 60c0636523 release: v1.18.0 2021-08-30 00:05:26 +01:00