Commit Graph

53 Commits

Author SHA1 Message Date
5aa13b8e97 chore: adjusts coding style 2024-01-11 11:26:48 +00:00
bf573b3cac chore: makes tests pass 2024-01-08 13:16:53 +00:00
53dc9ffa06 feat: always use attributes instead of annotations 2024-01-05 18:00:14 +00:00
a3ab065343 chore: coding style 2023-12-28 10:36:30 +00:00
f83d758d4b feat: adds fails 2023-12-28 10:31:39 +00:00
453133d382 chore: code style changes 2023-12-15 11:42:09 +00:00
f7705fe1c1 feat: onlyOn* methods, removed private onlyOn, rely instead on skipOn* methods 2023-11-20 14:51:38 +01: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
2d5840f947 Merge pull request #933 from hungthai1401/throws_unless
[2.x] Add `throwsUnless`
2023-10-17 10:03:16 +01:00
3927177b23 finishing the code 2023-09-05 20:36:18 -03:00
e888f3613b refactor: change falsy to false 2023-08-24 16:40:30 +07:00
6c3d8829ce feat: throwsUnless method 2023-08-24 09:28:47 +07:00
f3f35a2ed1 feat: adds repeat 2023-07-30 23:49:20 +01:00
26a6e7d712 More tests 2023-07-01 10:31:26 +01:00
bc951787d3 feat(describe): snapshots 2023-07-01 10:31:26 +01:00
3e8616ec64 feat(describe): continues work around hooks 2023-07-01 10:31:26 +01:00
465c65243d feat(describe): improves logic around hooks 2023-07-01 10:31:26 +01:00
7460bd6c1f chore: adjusts style 2023-06-13 19:59:59 +02:00
963b7f43ab Allow traits to be covered 2023-05-05 17:59:52 +01:00
97898a0a8e feat: allows to use test calls on before each calls 2023-05-01 22:18:47 +01:00
0823e5da88 feat: reworks methods 2023-03-31 23:42:10 +01:00
a6dec31b9d fix return 2023-03-31 22:11:32 +00:00
c1979f735f add ability to skip on multiple os families 2023-03-31 22:09:45 +00:00
1c1cb1e591 skip os family 2023-03-31 22:03:18 +00:00
49ddcbd66b feat: skips on windows 2023-03-31 22:20:48 +01:00
bcd1503cad feat: "only" method 2023-03-21 16:54:37 +00:00
49619ff2b5 feat: improves DX on auto-complete 2023-02-18 14:39:47 +00:00
a61db76c24 feat: deprecates only feature 2023-02-14 08:40:02 +00:00
427ee89ae6 feat: improves exporter 2023-02-13 23:56:19 +00:00
6982b02d48 feat: --todo flag 2023-01-15 20:51:27 +00:00
e228d565af feat: allows to chain todo 2023-01-10 20:21:36 +00:00
70f447a8bc chore: improves type coverage 2022-12-07 09:17:35 +00:00
45011ebd14 Code quality improvements 2022-09-16 11:27:17 +01:00
e9564febaf Migrates to Pint 2022-09-16 10:45:53 +01:00
4821bd4423 fix: high order tests debug 2022-05-12 20:05:36 +01:00
f3ed9bdf8e Merge branch 'master' into performs_no_expectations
# Conflicts:
#	src/PendingCalls/TestCall.php
2022-03-22 13:20:31 +00:00
53c20d9cd2 Renames method to throwsNoExceptions. 2022-03-22 13:19:23 +00:00
3795870150 move coversNothing to method annotations 2022-03-09 11:05:10 +01:00
d0136b63d4 fix linting 2022-03-07 18:23:06 +01:00
00029c15ef add generic covers method to accept both classes and functions 2022-03-07 18:22:30 +01:00
1dc33070fe fix phpdoc 2022-03-06 19:02:02 +01:00
50d8688b79 allow multiple values on coversClass and coversFunction 2022-03-05 17:06:00 +01:00
27baad82d0 remove method name on coversClass 2022-03-05 17:03:45 +01:00
2465b88462 add covers list and attributes mutator 2022-03-05 16:23:05 +01:00
7660517f7c start covers attribute implementation 2022-03-04 22:28:37 +01:00
03ccea8978 fix code style 2022-03-04 17:36:02 +01:00
0e85921964 feat: Add code to the throws arg 2022-03-04 13:05:55 +09:00
e1a30e3c92 Add method comment. 2021-12-08 09:01:16 +00:00
d969eaac2c Adds support for chaining hasNoExpectations to the test method. 2021-12-08 08:58:42 +00:00