|
|
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 |
|
|
|
cbd6a65057
|
release: v2.16.0
|
2023-08-21 09:42:07 +01:00 |
|
|
|
175004baf3
|
chore: adds testing on native functions
|
2023-08-21 09:40:04 +01:00 |
|
|
|
2dc413cba0
|
tests: update snapshots
|
2023-08-19 10:42:42 +01: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 |
|
|
|
e11337df2d
|
Merge branch '2.x' into feature/traversable-sequence
|
2023-08-19 00:34:30 +02:00 |
|
|
|
2f90d4ccd7
|
tests: update snapshots
|
2023-08-18 12:16:15 +01: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 |
|
|
|
c9e3932637
|
Merge pull request #911 from devajmeireles/feature/add-to-be-digits-expectation
[2.x] Introducing `toBeDigits` Expectation
|
2023-08-18 03:13:59 +00: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 |
|
|
|
c2985ffb31
|
release: v2.15.0
|
2023-08-17 11:28:55 +01:00 |
|
|
|
492f797dd5
|
chore: style changes
|
2023-08-17 11:24:16 +01:00 |
|
|
|
0787b37f2c
|
chore: style changes
|
2023-08-17 11:18:59 +01:00 |
|
|
|
a7aa923241
|
release: v2.14.1
|
2023-08-16 09:47:05 +01:00 |
|
|
|
b1dd18af8a
|
chore: style changes
|
2023-08-16 09:46:31 +01:00 |
|
|
|
398e3ff3b5
|
introducing toBeDigits
|
2023-08-14 17:10:58 -03:00 |
|
|
|
df2212055b
|
release: v2.14.0
|
2023-08-14 09:41:14 +01:00 |
|
|
|
b1a137c513
|
chore: updates snapshot tests
|
2023-08-14 09:41:05 +01:00 |
|
|
|
54e00dd4dc
|
add expectations for uppercase, lowercase, alpha and alphanumeric
|
2023-08-12 16:41:15 +01:00 |
|
|
|
47f2ae32c1
|
release: v2.13.0
|
2023-08-09 12:14:39 +01:00 |
|
|
|
e3a21384e6
|
release: v2.12.2
|
2023-08-07 10:29:25 +01:00 |
|
|
|
331381eed5
|
release: v2.12.1
|
2023-08-07 10:26:55 +01:00 |
|
|
|
75a7d77a80
|
Updates snapshots
|
2023-08-07 10:22:58 +01:00 |
|
|
|
7baa48e068
|
TestSuiteLoader will always consider classes from the current file
|
2023-08-05 13:06:00 +02:00 |
|
|
|
3742e74adf
|
feat: adds "phpunit/phpunit": "^10.3.1" support
|
2023-08-04 11:23:55 +01:00 |
|
|
|
cbcea04768
|
tests: update snapshots
|
2023-08-03 10:35:38 +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 |
|
|
|
fb75b712d3
|
chore: update snapshot
|
2023-08-02 20:49:05 +02: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 |
|
|
|
049da041b2
|
release: v2.11.0
|
2023-08-01 14:43:50 +01:00 |
|
|
|
011bd3ba82
|
Added "toBeInvokable" arch expectation.
|
2023-08-01 12:09:18 +01:00 |
|
|
|
4de70da0a0
|
release: v2.10.1
|
2023-07-31 11:58:13 +01:00 |
|
|
|
6886558ed1
|
feat(arch): Adds support for opposite expectations of toHavePrefix and toHaveSuffix.
|
2023-07-31 11:28:53 +01:00 |
|
|
|
5f7a1663dd
|
release: v2.10.0
|
2023-07-30 23:52:43 +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 |
|