40c8429058
Merge pull request #1653 from orphanedrecord/fix/pest-php-stub-typo
...
Fix typo in Pest.php stubs
2026-04-10 11:35:41 +01:00
d9d46c73f8
chore: stores statically the result
v4.4.6
2026-04-09 21:36:49 +01:00
e44c554a0b
chore: bumps dependencies
2026-04-06 21:57:05 +01:00
9797a71dbc
feat(ai): allow temporary namesapce
v4.4.5
2026-04-03 14:43:28 +01:00
c1a54df233
feat: --ai work in progress
v4.4.4
2026-04-03 14:04:20 +01:00
ce05ee9aad
release: v4.4.4
2026-04-03 12:00:04 +01:00
3d2ebdb273
bump: dependencies
2026-04-03 11:59:54 +01:00
f47b74445b
Merge pull request #1657 from morpheus7CS/pint-formatting-rules-applied-to-stubs
2026-04-02 13:04:00 +01:00
6c42e7f4ea
Laravel Pint default formatting applied to Pest-php.stub
2026-04-01 16:48:14 +02:00
be3ff37517
Merge branch '4.x' of https://github.com/pestphp/pest into dataset_named_params
2026-03-26 18:08:26 -03:00
a087555383
bump: dependencies
2026-03-26 14:30:03 +00:00
4b50cb486d
Restore success snapshot coverage with lower memory limit
2026-03-25 23:59:29 +02:00
f7175ecfd7
Fix parallel dataset reporting and nested fixtures
2026-03-25 23:59:29 +02:00
07737bc0b2
Fix parallel file selection and empty-suite reporting
2026-03-25 23:59:28 +02:00
e6ab897594
release: v4.4.3
v4.4.3
2026-03-21 13:14:39 +00:00
a753b41409
chore: bumps phpunit
2026-03-21 13:14:35 +00:00
1a4c06bd6e
Fix Pest comment typo while still honoring the Otwellian Waterfall
2026-03-18 20:51:45 -07:00
5d42e8fe3a
release: v4.4.2
v4.4.2
2026-03-10 21:09:12 +00:00
9d17b872dd
chore: update stubs
2026-03-10 21:09:02 +00:00
2a80101f42
chore: update styling
2026-03-10 21:06:28 +00:00
f7015fe59c
chore: adjusts sponsors
2026-02-24 10:44:48 +00:00
7281e0ded7
Add SerpApi to the list of sponsors
...
Add SerpApi as a sponsor in the README.
2026-02-20 01:18:43 +00:00
1675dd1d41
chore: add tests for toBeCasedCorrectly() arch test
2026-02-17 19:03:46 +01:00
df7b6c8454
feat: add toBeCasedCorrectly arch test assertion
2026-02-17 17:31:02 +01:00
5de8693e3b
chore: style
2026-02-17 16:15:58 +00:00
7d80f1d20e
chore: removes non used files
2026-02-17 15:34:32 +00:00
b3119cc120
Merge pull request #1562 from michaelw85/patch-1
...
[Fix] Pass test dir to worker
2026-02-17 15:33:16 +00:00
4e294edf76
Merge pull request #1639 from imliam/patch-1
...
[Laravel Preset] Allow App\Http to be used in providers
2026-02-17 15:31:01 +00:00
f96a1b2786
release: v4.4.1
v4.4.1
2026-02-17 15:27:18 +00:00
a49cf7edc5
ci: speed up ci
v4.4.0
2026-02-17 15:21:20 +00:00
b0f6a74cb6
ci: makes jobs faster
2026-02-17 15:18:33 +00:00
aaa226f6a6
chore: tests against symfony 8
2026-02-17 15:14:45 +00:00
69cb752d02
chore: bumps dependencies
2026-02-17 15:01:37 +00:00
cf00e58b7d
chore: bumps dependencies
2026-02-17 11:22:04 +00:00
1f39b28e2c
Allow App\Http to be used in providers
2026-02-16 00:25:47 +01:00
9fcbca69d4
Update README.md
2026-02-13 10:41:22 +00:00
b081584ab6
Improvements
2026-02-11 18:09:09 -03:00
6966802afc
Cleanup
2026-02-11 18:02:21 -03:00
c61dcad42b
Dataset Named Parameters
2026-02-11 17:57:07 -03:00
ec3e0b2d33
fix: Parameter closure this type annotations in Functions.php
2026-02-09 20:48:56 +01:00
c3620840b4
feat: add '--only-covered' option to '--coverage'
2026-02-06 11:57:21 +01:00
10a19f16ba
refactor: simplify regex to use Unicode properties \p{L} and \p{N
2026-02-02 09:41:54 +01:00
a956de5446
fix: preserve Unicode characters in class names for --filter matching
2026-02-02 09:01:24 +01:00
3a4329ddc7
release: 4.3.2
v4.3.2
2026-01-28 01:01:19 +00:00
e6f511302b
fix: enhance support for --parallel and --teamcity arguments by restoring --teamcity for ParaTest and fixing teamcity output concurrency
2026-01-27 16:47:24 +01:00
dd01229d7b
Merge pull request #1606 from smirok/teamcity-fix-for-describe-tests-with-dataset
...
fix: replace `substr` with `mb_substr` in Str::beforeLast to ensure multibyte string compatibility and correct TeamCity test names for datasets in "describe" blocks
2026-01-15 01:52:01 +00:00
c7e4efcea4
fix: replace substr with mb_substr in Str::beforeLast to ensure multibyte string compatibility and correct TeamCity test names for datasets in "describe" blocks
2026-01-14 00:55:35 +01:00
df3205e814
Merge pull request #1554 from pindab0ter/feature/extend-closure-this
...
Specify closure this for extend
2026-01-13 01:19:47 +00:00
bc57a84e77
release: 4.3.1
v4.3.1
2026-01-04 11:29:59 -05:00
bc39830d8a
chore: removes toHaveSuspiciousCharacters from php preset
2026-01-04 11:25:57 -05:00