|
|
7dcd42d113
|
chore: prepares release
|
2023-09-03 21:39:21 +01:00 |
|
|
|
8ea425b266
|
Merge pull request #947 from ludoguenet/2.x
[2.x] Add `toHaveMethod` arch expectation
|
2023-09-03 21:32:01 +01:00 |
|
|
|
3a0f6a1d09
|
chore: prepares release
|
2023-09-03 13:37:26 +01:00 |
|
|
|
b9b90295fa
|
Update Expectation.php
Typo
|
2023-09-01 18:39:37 +02:00 |
|
|
|
9dabecacbf
|
Add toHaveMethod arch expectation
|
2023-09-01 18:32:40 +02:00 |
|
|
|
04fa6b6372
|
Merge pull request #943 from fabio-ivona/datasets-in-pest-file
fix directory separator for windows
|
2023-08-29 10:36:58 +01:00 |
|
|
|
55b9266648
|
release: v2.16.1
|
2023-08-29 10:30:36 +01:00 |
|
|
|
bbac28c9f4
|
fix directory separator for windows
|
2023-08-29 11:14:23 +02:00 |
|
|
|
5d6b717c9a
|
fix missing datasets when defined in Pest.php file
|
2023-08-29 10:49:17 +02:00 |
|
|
|
8a44d3f136
|
chore: resolve toHaveSameSize parameter
|
2023-08-23 11:28:41 +01: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 |
|
|
|
b6e3ffafa7
|
fix: phpstan
|
2023-08-23 08:14:27 +07:00 |
|
|
|
dfcdaa3f8e
|
feat: toHaveSameSize expectation
|
2023-08-22 11:10:25 +07:00 |
|
|
|
60b615ea6a
|
fix: inconsistent type in InvalidExpectationValue exception at toHaveCount expectation
|
2023-08-22 10:35:07 +07:00 |
|
|
|
cbd6a65057
|
release: v2.16.0
|
2023-08-21 09:42:07 +01:00 |
|
|
|
6d9c0483a6
|
chore: improves type checking
|
2023-08-21 09:39:55 +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 |
|
|
|
de1c721cd9
|
chore: improve error messages
|
2023-08-19 10:27:21 +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 |
|
|
|
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 |
|
|
|
f996a48dfa
|
fix refacto check
|
2023-08-12 18:14:38 +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 |
|
|
|
306b7eb2a6
|
feat: adds ddWhen and ddUnless
|
2023-08-09 12:14:32 +01:00 |
|
|
|
02f72aabb2
|
Merge pull request #860 from devajmeireles/feature/add-dd-conditionally
Feature: Introducing The Ability to Dump Conditionally
|
2023-08-09 10:50:53 +00: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 |
|
|
|
3742e74adf
|
feat: adds "phpunit/phpunit": "^10.3.1" support
|
2023-08-04 11:23:55 +01:00 |
|
|
|
8a589022d9
|
release: v2.12.0
|
2023-08-02 23:04:35 +01:00 |
|
|
|
00109e9976
|
tests: adds more tests regarding snapshots multiple
|
2023-08-02 23:02:00 +01:00 |
|
|
|
d94a6580f5
|
fix: type check
|
2023-08-02 20:49:27 +02:00 |
|
|
|
6ead2a4e8b
|
feat(sequence): Add support for nested traversable
|
2023-08-02 20:31:53 +02:00 |
|
|
|
9afe2296a6
|
fix line endings on Windows
|
2023-08-02 10:45:30 +02:00 |
|