2b094b4188
Merge branch '2.x' into 3.x
2024-01-11 15:37:31 +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
ab64912c70
chore: adjusts coding style
2024-01-11 11:30:11 +00:00
5aa13b8e97
chore: adjusts coding style
2024-01-11 11:26:48 +00:00
bf573b3cac
chore: makes tests pass
2024-01-08 13:16:53 +00:00
53dc9ffa06
feat: always use attributes instead of annotations
2024-01-05 18:00:14 +00:00
04d2fa5ce8
feat: moves covers nothing to attribute
2024-01-05 14:37:33 +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
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
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
f235d84d95
release: v2.24.3
2023-11-08 09:47:14 +00:00
95ec0a82b2
fix html in tests descriptions and datasets
2023-11-07 17:35:42 +01:00
0a680dd06e
release: v2.24.2
2023-11-01 19:10:11 -04:00
fd4f161edd
release: v2.24.1
2023-10-26 11:02:35 -04:00
2cdd5e3ba0
fix: infer generic type from expectation
2023-10-21 11:06:26 +01:00
811ef27ee4
release: v2.24.0
2023-10-17 10:07:18 +01:00
698c276cbe
chore: fixes style
2023-10-17 10:06:58 +01:00
2d5840f947
Merge pull request #933 from hungthai1401/throws_unless
...
[2.x] Add `throwsUnless`
2023-10-17 10:03:16 +01:00
b8cd563569
Update src/Factories/Annotations/TestDox.php
...
Co-authored-by: Owen Voke <development@voke.dev >
2023-10-16 16:23:09 +06:00
9fb64599de
Polishing Up "TestDox.php' PHPDoc Blocks for Clarity
...
Added the missing parenthesis and period for proper punctuation and formatted the doc block to meet PHPDocumentor standards.
2023-10-16 10:56:06 +06:00
502f37d280
chore: updates links
2023-10-15 12:10:07 +01:00
b126e8e6e4
release: v2.23.2
2023-10-10 16:40:34 +01:00
cef5c36885
release: v2.23.1
2023-10-10 15:57:14 +01:00
21b30b22a7
release: v2.23.0
2023-10-10 15:41:56 +01:00
6513ad6ced
release: v2.22.1
2023-10-10 14:59:16 +01:00
a312cecede
release: v2.22.0
2023-10-10 08:45:41 +01:00
5101b9dce3
add to be url expectation
2023-10-09 20:02:11 +01:00