Commit Graph

1548 Commits

Author SHA1 Message Date
Sarfaraz Muhammad Sajib 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
Nuno Maduro 502f37d280 chore: updates links 2023-10-15 12:10:07 +01:00
salehhashemi1992 86c107ae5e Extract ANSI escape sequence to a function 2023-10-13 20:16:46 +03:30
Nuno Maduro b126e8e6e4 release: v2.23.2 2023-10-10 16:40:34 +01:00
Nuno Maduro cef5c36885 release: v2.23.1 2023-10-10 15:57:14 +01:00
Nuno Maduro 21b30b22a7 release: v2.23.0 2023-10-10 15:41:56 +01:00
Nuno Maduro 6513ad6ced release: v2.22.1 2023-10-10 14:59:16 +01:00
Nuno Maduro a312cecede release: v2.22.0 2023-10-10 08:45:41 +01:00
JonPurvis 5101b9dce3 add to be url expectation 2023-10-09 20:02:11 +01:00
Katalam 67e452e9ed chore: add docs 2023-10-06 15:10:02 +02:00
Katalam ecff90da1c fix: add repeat iteration as the last argument when combined with dataset 2023-10-06 15:07:48 +02:00
Nuno Maduro 2ffafd445d release: v2.21.0 2023-10-06 13:33:39 +01:00
Nuno Maduro 6068ef6150 feat: adds support for PHPUnit 10.4 2023-10-06 13:33:31 +01:00
Katalam 3ee5c29a00 feat: add repeat iteration as function argument if no extra dataset is provided 2023-10-05 23:07:03 +02:00
Erik Gaal 37c40cb735 Add toContainEquals expectation 2023-10-03 10:55:57 +02:00
Filippo Montani 28ee2917f1 Fixing Backtrace not found error if project dirname endswith pest 2023-09-30 00:05:42 +02:00
Nuno Maduro a8b785f69e release: v2.20.0 2023-09-29 19:05:52 +01:00
JonPurvis be0d9e964b add toBeBetween() expectation 2023-09-22 01:55:06 +01:00
Nuno Maduro 6f54462070 fix: sync wrapper runner with paratest 2023-09-19 11:27:09 +01:00
Nuno Maduro 876629b744 release: v2.19.1 2023-09-19 11:01:29 +01:00
Nuno Maduro 5e74e5a19d release: v2.19.0 2023-09-19 10:48:34 +01:00
JonPurvis 6c73a3d90b initial commit 2023-09-18 01:00:50 +01:00
Nuno Maduro b53e396aac release: v2.18.2 2023-09-13 23:14:31 +01:00
Nuno Maduro 74df53c72b release: v2.18.1 2023-09-11 11:38:47 +01:00
Nuno Maduro 2b0aa4b9c9 release: v2.18.0 2023-09-07 19:00:46 +01:00
Nuno Maduro d1aeabc9da chore: style changes 2023-09-06 12:19:27 +01:00
Nuno Maduro 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
Nuno Maduro 9c859ae7c4 Merge branch '2.x' into to_be_uuid 2023-09-06 11:53:58 +01:00
Nuno Maduro ae0a230046 chore: improves readability 2023-09-06 11:48:53 +01:00
Thai Nguyen Hung c9e919dd40 fix: correct comment message in OppositeExpectation 2023-09-06 08:34:48 +07:00
Thai Nguyen Hung 42323e27b1 fix: correct method name 2023-09-06 08:21:42 +07:00
AJ Meireles 3927177b23 finishing the code 2023-09-05 20:36:18 -03:00
Thai Nguyen Hung 038fd80428 feat: toBeUUID expectation 2023-09-05 08:25:02 +07:00
Nuno Maduro 0fc232bbc7 Merge pull request #934 from hungthai1401/to_have_attribute_expectation
[2.x] Add `toHaveAttribute` expectation
2023-09-03 23:18:47 +01:00
Nuno Maduro 7dcd42d113 chore: prepares release 2023-09-03 21:39:21 +01:00
Nuno Maduro 8ea425b266 Merge pull request #947 from ludoguenet/2.x
[2.x] Add `toHaveMethod` arch expectation
2023-09-03 21:32:01 +01:00
Nuno Maduro 3a0f6a1d09 chore: prepares release 2023-09-03 13:37:26 +01:00
Ludovic Guénet b9b90295fa Update Expectation.php
Typo
2023-09-01 18:39:37 +02:00
ludoguenet 9dabecacbf Add toHaveMethod arch expectation 2023-09-01 18:32:40 +02:00
Nuno Maduro 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
Nuno Maduro 55b9266648 release: v2.16.1 2023-08-29 10:30:36 +01:00
Fabio Ivona bbac28c9f4 fix directory separator for windows 2023-08-29 11:14:23 +02:00
Fabio Ivona 5d6b717c9a fix missing datasets when defined in Pest.php file 2023-08-29 10:49:17 +02:00
Thai Nguyen Hung e888f3613b refactor: change falsy to false 2023-08-24 16:40:30 +07:00
Thai Nguyen Hung e69899559d refactor: generic attribute 2023-08-24 15:23:13 +07:00
Thai Nguyen Hung 678898efe7 feat: toHaveAttribute expectation 2023-08-24 14:26:54 +07:00
Thai Nguyen Hung 6c3d8829ce feat: throwsUnless method 2023-08-24 09:28:47 +07:00
Owen Voke 8a44d3f136 chore: resolve toHaveSameSize parameter 2023-08-23 11:28:41 +01:00
Nuno Maduro 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
Thai Nguyen Hung b6e3ffafa7 fix: phpstan 2023-08-23 08:14:27 +07:00