|
|
a3ab065343
|
chore: coding style
|
2023-12-28 10:36:30 +00:00 |
|
|
|
f83d758d4b
|
feat: adds fails
|
2023-12-28 10:31:39 +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 |
|
|
|
2a54b5819d
|
#1017 adds early return toSnapshot test
|
2023-11-28 20:59:45 -05:00 |
|
|
|
2d5840f947
|
Merge pull request #933 from hungthai1401/throws_unless
[2.x] Add `throwsUnless`
|
2023-10-17 10:03:16 +01:00 |
|
|
|
7249b59e52
|
fix lifecycle hook scope
|
2023-10-13 17:51:02 +03:30 |
|
|
|
5101b9dce3
|
add to be url expectation
|
2023-10-09 20:02:11 +01:00 |
|
|
|
6068ef6150
|
feat: adds support for PHPUnit 10.4
|
2023-10-06 13:33:31 +01:00 |
|
|
|
be0d9e964b
|
add toBeBetween() expectation
|
2023-09-22 01:55:06 +01:00 |
|
|
|
0d114e21fd
|
chore: updates snapshots
|
2023-09-19 10:48:23 +01:00 |
|
|
|
6c73a3d90b
|
initial commit
|
2023-09-18 01:00:50 +01:00 |
|
|
|
9c859ae7c4
|
Merge branch '2.x' into to_be_uuid
|
2023-09-06 11:53:58 +01: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 |
|
|
|
0fc232bbc7
|
Merge pull request #934 from hungthai1401/to_have_attribute_expectation
[2.x] Add `toHaveAttribute` expectation
|
2023-09-03 23:18:47 +01:00 |
|
|
|
9dabecacbf
|
Add toHaveMethod arch expectation
|
2023-09-01 18:32:40 +02:00 |
|
|
|
5d6b717c9a
|
fix missing datasets when defined in Pest.php file
|
2023-08-29 10:49:17 +02:00 |
|
|
|
e888f3613b
|
refactor: change falsy to false
|
2023-08-24 16:40:30 +07:00 |
|
|
|
678898efe7
|
feat: toHaveAttribute expectation
|
2023-08-24 14:26:54 +07:00 |
|
|
|
6c3d8829ce
|
feat: throwsUnless method
|
2023-08-24 09:28:47 +07:00 |
|
|
|
afb3dd459a
|
Merge pull request #924 from hungthai1401/to_have_same_size_expectation
[2.x] Add `toHaveSameSize` expectation
|
2023-08-23 10:14:17 +01:00 |
|
|
|
2192373bec
|
test: toHaveSameSize
|
2023-08-22 11:10:38 +07:00 |
|
|
|
79bc9e677f
|
test: toHaveCount with invalid type
|
2023-08-22 10:36:10 +07:00 |
|
|
|
206548af2b
|
Merge pull request #895 from cerbero90/feature/traversable-sequence
[2.x] Add support for nested traversable in sequence
|
2023-08-19 09:38:46 +00:00 |
|
|
|
1c7b254395
|
Merge branch '2.x' into feat/string-case-expectations
|
2023-08-19 10:28:48 +02:00 |
|
|
|
f8dd286213
|
chore: skip array list
|
2023-08-19 10:27:02 +02:00 |
|
|
|
2db15af24a
|
Merge branch '2.x' into feature/traversable-sequence
|
2023-08-18 12:33:09 +02:00 |
|
|
|
8ea7b2b802
|
Add errors-only flag
|
2023-08-18 10:13:28 +01:00 |
|
|
|
478144fb35
|
feat: add toHaveStudlyCaseKeys
|
2023-08-17 20:51:26 +02:00 |
|
|
|
5d81cf0d4c
|
feat: add toHaveCamelCaseKeys
|
2023-08-17 20:51:14 +02:00 |
|
|
|
0b115230f9
|
feat: add toHaveKebabCaseKeys
|
2023-08-17 20:50:51 +02:00 |
|
|
|
0b246f7a76
|
feat: add toHaveSnakeCaseKeys
|
2023-08-17 20:50:26 +02:00 |
|
|
|
997b0e9368
|
feat: add toBeStudlyCase
|
2023-08-17 20:49:40 +02:00 |
|
|
|
a76414aeee
|
feat: add toBeCamelCase
|
2023-08-17 20:49:21 +02:00 |
|
|
|
d2096df82a
|
feat: add toBeKebabCase
|
2023-08-17 20:48:51 +02:00 |
|
|
|
4951b1b0f9
|
feat: add toBeSnakeCase
|
2023-08-17 20:48:18 +02:00 |
|
|
|
398e3ff3b5
|
introducing toBeDigits
|
2023-08-14 17:10:58 -03:00 |
|
|
|
54e00dd4dc
|
add expectations for uppercase, lowercase, alpha and alphanumeric
|
2023-08-12 16:41:15 +01:00 |
|
|
|
60763f2223
|
fix tests
|
2023-08-03 11:27:01 +02:00 |
|
|
|
00109e9976
|
tests: adds more tests regarding snapshots multiple
|
2023-08-02 23:02:00 +01:00 |
|
|
|
6ead2a4e8b
|
feat(sequence): Add support for nested traversable
|
2023-08-02 20:31:53 +02:00 |
|
|
|
fe3747f850
|
lint
|
2023-08-01 17:15:44 +02:00 |
|
|
|
2f6b99885e
|
Merge branch '2.x' into snaphsots-cleanup
# Conflicts:
# src/Expectation.php
# src/Expectations/OppositeExpectation.php
|
2023-08-01 17:04:11 +02:00 |
|
|
|
011bd3ba82
|
Added "toBeInvokable" arch expectation.
|
2023-08-01 12:09:18 +01:00 |
|
|
|
6886558ed1
|
feat(arch): Adds support for opposite expectations of toHavePrefix and toHaveSuffix.
|
2023-07-31 11:28:53 +01:00 |
|
|
|
f3f35a2ed1
|
feat: adds repeat
|
2023-07-30 23:49:20 +01:00 |
|
|
|
1efb9de043
|
multiple snapshots
|
2023-07-27 11:46:22 +02:00 |
|
|
|
b60d21dfe2
|
snapshots code cleanup
|
2023-07-27 11:16:27 +02:00 |
|