9d58e1a77e
Add ability to define multiple hooks for the same directory in Pest.php
2024-01-25 14:23:41 +00:00
9c077ed352
refacto: moves function to being used on internal test suite only
2024-01-25 14:13:18 +00:00
2562d36518
feat: clarfies that high order testing does not support bound datasets
2024-01-25 14:12:01 +00:00
1d2fe2de2d
fix: doNotThrowsExceptions being marked as incomplete
2024-01-25 14:12:01 +00:00
2d82ee2837
chore: fixes types
2024-01-25 14:12:01 +00:00
1eee9df679
Merge pull request #981 from salehhashemi1992/refactor/remove-ansi-sequences
...
[2.x] Refactor: Extract ANSI Escape Sequence Removal to a Function
2024-01-25 14:11:51 +00:00
8c57cc1731
fix: --watch plugin access to original arguments
2024-01-25 12:33:20 +00:00
d4853feecd
drop own implementation
2024-01-24 21:33:17 +01:00
86e812284d
remove plugin to ensure argument reaches paratest
2024-01-24 21:32:49 +01:00
f75063c420
release: 2.32.2
2024-01-23 18:12:07 +00:00
1f8e6e4e9f
fix: helper access
2024-01-23 17:40:37 +00:00
bb593846e5
release: 2.32.1
2024-01-23 17:04:48 +00:00
b9d2be87a2
fix: missing things on junit
2024-01-20 13:21:57 +00:00
fef02594db
release: 2.32.0
2024-01-20 11:44:11 +00:00
e135e2671f
style
2024-01-20 11:44:11 +00:00
146e141b2a
Merge pull request #887 from nuernbergerA/fix-junit-output
...
[2.x] Junit support
2024-01-20 11:43:20 +00:00
6fed7545c0
Merge pull request #990 from rudashi/patch-1
...
[2.x] Fix typo in `toHaveProperties` PHPDoc block
2024-01-13 01:44:16 +00:00
3457841a9b
release: v2.31.0
2024-01-11 15:33:20 +00:00
5258e569c1
feat: adds skipOnPHP
2024-01-11 15:33:12 +00:00
f004591c5a
fix: checking existing argument with equal sign
2024-01-02 15:03:46 +01:00
86a96dd157
fix: overriding cli argument --cache-directory
2024-01-02 15:01:13 +01:00
97dc32f9d2
release: v2.30.0
2023-12-28 10:36:40 +00:00
a3ab065343
chore: coding style
2023-12-28 10:36:30 +00:00
f83d758d4b
feat: adds fails
2023-12-28 10:31:39 +00:00
e00aba539a
release: v2.29.1
2023-12-27 15:27:07 +00:00
7799500d06
release: v2.29.0
2023-12-27 11:12:01 +00:00
e27d2e7394
Fix typo in toBeClass
2023-12-23 00:36:41 +00:00
14fb992ef2
unify converter
2023-12-19 06:29:28 +01:00
4550a344d3
overwrite phpunit junit logging with noop
2023-12-19 06:29:28 +01:00
8efd25ef65
remove debug output
2023-12-19 06:29:28 +01:00
117694f210
cleanup
2023-12-19 06:29:28 +01:00
e5dc6f0ae2
junit support
2023-12-19 06:29:28 +01:00
8f738f5d49
Revert "Merge pull request #919 from WendellAdriel/feature/coverage-errors-only-flag-2"
...
This reverts commit 1e2ca40c5b , reversing
changes made to 4522cb5dcb .
2023-12-17 22:03:15 +00:00
1e2ca40c5b
Merge pull request #919 from WendellAdriel/feature/coverage-errors-only-flag-2
...
[2.x] Print only files below the min coverage
2023-12-17 21:56:14 +00:00
9ee4191020
release: v2.28.1
2023-12-15 11:42:34 +00:00
453133d382
chore: code style changes
2023-12-15 11:42:09 +00:00
9a8f6e6414
release: v2.28.0
2023-12-05 19:06:22 +00:00
809fb855de
release: v2.27.0
2023-12-04 11:11:35 +00:00
ac5da9e3f7
feat: Allow --todo argument.
2023-11-30 00:32:23 +00:00
90fb8c602c
release: v2.26.0
2023-11-29 09:09:09 +00:00
3974a65a18
Merge pull request #1017 from markhuot/patch-2
...
[2.x] Add `toSnapshot` early return
2023-11-29 08:50:28 +00:00
8be46b57a0
Update toHaveProperties() $names param
2023-11-24 09:16:13 +01:00
c743b10a87
Update Expectation.php
...
Removed @internal phpdoc
2023-11-23 13:15:50 -03:00
83f8de17c8
release: v2.25.0
2023-11-22 07:17:30 +00:00
da20a62e49
Add toSnapshot() early return
...
Sometimes objects need native toString() and toArray() methods that are different from what you want to snapshot.
This adds an explicit toSnapshot() method that will be called first (when set) allowing for better snapshot values than the generic methods offer.
2023-11-21 22:56:21 -05:00
f7705fe1c1
feat: onlyOn* methods, removed private onlyOn, rely instead on skipOn* methods
2023-11-20 14:51:38 +01:00
cf23dfa477
feat: onlyOn* methods now use the private onlyOn method
2023-11-17 16:16:48 +01:00
ab4787c667
feat: added onlyOn* methods to run the test only on a specific OS
2023-11-17 15:03:28 +01:00
bd6b166a62
Merge pull request #1002 from faissaloux/remove-double-plus
...
Remove double plus
2023-11-08 10:01:57 +00:00
17340947b3
remove double plus
2023-11-08 10:52:33 +01:00