Commit Graph

979 Commits

Author SHA1 Message Date
ffd4e6d577 upgrade to phpstan level 6 2021-11-15 12:23:53 +01:00
5287eff507 merge from master 2021-11-15 11:54:42 +01:00
f6004e07c1 chore: ignores windows builds 2021-11-14 21:45:13 +00:00
b2cd60395f chore: phpstan level 5 2021-11-14 21:39:24 +00:00
183f975166 chore: phpstan level 5 2021-11-14 21:23:02 +00:00
8ace01b6f1 Merge branch 'next' 2021-11-14 20:00:34 +00:00
4b213d63bd feat: reworks evalution of Test Case 2021-11-14 19:58:25 +00:00
da5c21de8f Update README.md 2021-11-09 01:42:10 +00:00
408ae4cad8 docs: adds spatie.be as platinum sponsor 2021-11-08 18:31:48 +00:00
fc2484a28a Update README.md 2021-11-05 12:00:56 +01:00
be58d5517a improves static analysis 2021-11-01 10:40:39 +01:00
602403eb59 Update src/Concerns/Extendable.php
Co-authored-by: Luke Downing <lukeraymonddowning@gmail.com>
2021-11-01 10:31:30 +01:00
5f1776829b Update src/Concerns/Extendable.php 2021-10-31 22:16:02 +01:00
4a22c5d673 addresses reviews 2021-10-31 22:08:34 +01:00
3943919709 implemements pipelines and adds tests for it 2021-10-31 15:23:28 +01:00
8174f2d973 extracted Expectations to a CoreExpectation class 2021-10-30 20:14:54 +02:00
22d16d54c6 Merge branch 'next' into better-dataset-support
# Conflicts:
#	src/Concerns/Testable.php
2021-10-27 18:28:51 +01:00
cd34f0ba81 refactor: comments 2021-10-24 22:39:35 +01:00
648c6c5a27 refactor: comments 2021-10-24 19:37:29 +01:00
2b687a7269 refactor: PHP 8 features 2021-10-24 18:29:59 +01:00
e8c2fe6e35 fix: test class finder 2021-10-24 01:16:05 +01:00
88dfabc633 chore: points towards 2.0 2021-10-24 01:11:04 +01:00
a35bf249a0 chore: points towards 2.0 2021-10-24 01:06:48 +01:00
cf47b45262 feat: basic PHPUnit 10 support 2021-10-24 01:03:18 +01:00
eed3ed5513 Vastly improves the logic around bound datasets to make them more user friendly. 2021-10-19 21:40:40 +01:00
de46ee0f64 fix: adds link to xdebug coverage mode 2021-10-10 15:33:27 +01:00
1e011c7b40 fix: warns about xdebug modes 2021-10-10 15:25:02 +01:00
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