809fb855de
release: v2.27.0
v2.27.0
2023-12-04 11:11:35 +00:00
aa14f2e200
chore: uses specific symfony versions
2023-12-04 11:08:41 +00:00
e319bdb6d3
chore: fixes missing caret on workflow
2023-12-04 11:04:08 +00:00
fb7340b556
chore: fixes exclude key and add fail-fast
2023-12-04 11:02:41 +00:00
0528fec083
chore: fixes duplicated key name on workflow
2023-12-04 10:59:58 +00:00
1cbaaf6e12
chore: allows symfony 7 on composer
2023-12-04 10:55:34 +00:00
dc862f60b2
chore: adjusts workflow
2023-12-04 10:54:11 +00:00
ff04d54247
chore: adjusts workflow name
2023-12-04 10:40:29 +00:00
330cf05177
chore: adjusts workflow
2023-12-04 10:38:37 +00:00
42b5fa914c
Fixes integration tests
2023-12-04 10:15:55 +00:00
3b1026b7d7
chore: fixes workflow name
2023-12-04 10:14:51 +00:00
b6151e0d01
chore: tests against Symonfy 7
2023-12-04 10:10:36 +00:00
d6db2c13c1
Merge pull request #1025 from xiCO2k/fix/allow-todo-argument
...
[2.x] Allow `--todo` argument.
2023-11-30 10:47:10 +00:00
07b6ff6c04
Update bin/pest
...
Co-authored-by: Owen Voke <development@voke.dev >
2023-11-30 07:49:24 +00:00
ac5da9e3f7
feat: Allow --todo argument.
2023-11-30 00:32:23 +00:00
90fb8c602c
release: v2.26.0
v2.26.0
2023-11-29 09:09:09 +00:00
3974a65a18
Merge pull request #1017 from markhuot/patch-2
...
[2.x] Add `toSnapshot` early return
2023-11-29 08:50:28 +00:00
2a54b5819d
#1017 adds early return toSnapshot test
2023-11-28 20:59:45 -05:00
8be46b57a0
Update toHaveProperties() $names param
2023-11-24 09:16:13 +01:00
7177791f1e
Merge pull request #1020 from allanmcarvalho/2.x
...
Update Expectation.php
2023-11-23 17:42:51 +00:00
c743b10a87
Update Expectation.php
...
Removed @internal phpdoc
2023-11-23 13:15:50 -03:00
83f8de17c8
release: v2.25.0
v2.25.0
2023-11-22 07:17:30 +00:00
da20a62e49
Add toSnapshot() early return
...
Sometimes objects need native toString() and toArray() methods that are different from what you want to snapshot.
This adds an explicit toSnapshot() method that will be called first (when set) allowing for better snapshot values than the generic methods offer.
2023-11-21 22:56:21 -05:00
c8d3e1a9fa
Merge pull request #1012 from nahime0/2.x
...
[2.x] Added onlyOn* methods to run the test only on a specific OS
2023-11-21 01:01:24 +11:00
f7705fe1c1
feat: onlyOn* methods, removed private onlyOn, rely instead on skipOn* methods
2023-11-20 14:51:38 +01:00
4f35dbc607
chore: optimized version of the Dockerfile
2023-11-18 14:57:03 +03:30
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
bd6b166a62
Merge pull request #1002 from faissaloux/remove-double-plus
...
Remove double plus
2023-11-08 10:01:57 +00:00
17340947b3
remove double plus
2023-11-08 10:52:33 +01:00
f235d84d95
release: v2.24.3
v2.24.3
2023-11-08 09:47:14 +00:00
3c0d780696
Merge pull request #1001 from faissaloux/fix-html-in-descriptions-or-datasets
...
Fix html in descriptions or datasets
2023-11-08 09:40:48 +00:00
16768fca9f
update snapshots/paralell test
2023-11-07 17:46:00 +01:00
95ec0a82b2
fix html in tests descriptions and datasets
2023-11-07 17:35:42 +01:00
0a680dd06e
release: v2.24.2
v2.24.2
2023-11-01 19:10:11 -04:00
152892cc38
chore: bumps paratest
2023-11-01 19:06:05 -04:00
9aad417fb2
Merge pull request #996 from CalebDW/phpstan
...
Create PHPStan extension and add `HigherOrderTapProxy` to `universalObjectCratesClasses`
2023-10-30 20:49:55 -04:00
b58e0cba66
Add Expectation to universalObjectCratesClasses
2023-10-30 14:48:23 -05:00
74864c60e1
Create phpstan extension
2023-10-30 11:55:26 -05:00
fd4f161edd
release: v2.24.1
v2.24.1
2023-10-26 11:02:35 -04:00
e0939e3e99
chore: adds phpunit 10.4.2 support
2023-10-26 11:02:26 -04:00
2cbecd10e6
Fix typo in toHaveProperties() PHPDoc block
2023-10-23 11:23:53 +02:00
2cdd5e3ba0
fix: infer generic type from expectation
2023-10-21 11:06:26 +01:00
811ef27ee4
release: v2.24.0
v2.24.0
2023-10-17 10:07:18 +01:00
22a7fd0656
chore: adjusts snapshots
2023-10-17 10:07:08 +01:00
698c276cbe
chore: fixes style
2023-10-17 10:06:58 +01:00
6340656ece
chore: bumps dependencies
2023-10-17 10:06:48 +01:00
2d5840f947
Merge pull request #933 from hungthai1401/throws_unless
...
[2.x] Add `throwsUnless`
2023-10-17 10:03:16 +01:00
b8bb3684a3
Merge pull request #983 from Muhammad-Sarfaraz/patch-1
...
Polishing Up "TestDox.php' PHPDoc Blocks for Clarity
2023-10-17 10:02:08 +01:00
b8cd563569
Update src/Factories/Annotations/TestDox.php
...
Co-authored-by: Owen Voke <development@voke.dev >
2023-10-16 16:23:09 +06:00