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
2e01776272
add to be backed enum expectation
2023-11-18 03:31:35 +00: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
2cbecd10e6
Fix typo in toHaveProperties() PHPDoc block
2023-10-23 11:23:53 +02: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
86c107ae5e
Extract ANSI escape sequence to a function
2023-10-13 20:16:46 +03:30
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
67e452e9ed
chore: add docs
2023-10-06 15:10:02 +02:00
ecff90da1c
fix: add repeat iteration as the last argument when combined with dataset
2023-10-06 15:07:48 +02:00
2ffafd445d
release: v2.21.0
2023-10-06 13:33:39 +01:00
6068ef6150
feat: adds support for PHPUnit 10.4
2023-10-06 13:33:31 +01:00
3ee5c29a00
feat: add repeat iteration as function argument if no extra dataset is provided
2023-10-05 23:07:03 +02:00
37c40cb735
Add toContainEquals expectation
2023-10-03 10:55:57 +02:00
28ee2917f1
Fixing Backtrace not found error if project dirname endswith pest
2023-09-30 00:05:42 +02:00
a8b785f69e
release: v2.20.0
2023-09-29 19:05:52 +01:00
be0d9e964b
add toBeBetween() expectation
2023-09-22 01:55:06 +01:00
6f54462070
fix: sync wrapper runner with paratest
2023-09-19 11:27:09 +01:00
876629b744
release: v2.19.1
2023-09-19 11:01:29 +01:00
5e74e5a19d
release: v2.19.0
2023-09-19 10:48:34 +01:00
6c73a3d90b
initial commit
2023-09-18 01:00:50 +01:00
b53e396aac
release: v2.18.2
2023-09-13 23:14:31 +01:00
74df53c72b
release: v2.18.1
2023-09-11 11:38:47 +01:00
2b0aa4b9c9
release: v2.18.0
2023-09-07 19:00:46 +01:00
d1aeabc9da
chore: style changes
2023-09-06 12:19:27 +01:00
dedcc6b887
Merge pull request #950 from hungthai1401/wrong_comment
...
[2.x] Correct some comment messages in `OppositeExpectation`
2023-09-06 11:55:17 +01:00
9c859ae7c4
Merge branch '2.x' into to_be_uuid
2023-09-06 11:53:58 +01:00
ae0a230046
chore: improves readability
2023-09-06 11:48:53 +01:00
c9e919dd40
fix: correct comment message in OppositeExpectation
2023-09-06 08:34:48 +07:00
42323e27b1
fix: correct method name
2023-09-06 08:21:42 +07:00
3927177b23
finishing the code
2023-09-05 20:36:18 -03:00
038fd80428
feat: toBeUUID expectation
2023-09-05 08:25:02 +07:00