e601e6df31
fix: preserve full error message in not() expectation failures
...
When using not() expectations with custom error messages, the message
was truncated because throwExpectationFailedException() passed all
arguments through shortenedExport() which limits strings to ~40 chars.
Uses the full export() method for arguments instead of shortenedExport()
so custom error messages are displayed in their entirety.
Fixes #1533
2026-04-07 18:12:54 +05:30
6fdbca1226
fix: parallel testing
2026-04-06 23:37:49 +01:00
54359b895f
Merge branch '4.x' into 5.x
2026-04-06 21:57:41 +01:00
e44c554a0b
chore: bumps dependencies
2026-04-06 21:57:05 +01:00
44c04bfce1
chore: bumps paratest
2026-04-06 14:41:38 +01:00
271c680d3c
Merge branch '4.x' into 5.x
2026-04-06 11:24: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
4a1d8d27b8
chore: bumps dependencies
2026-04-03 12:12:27 +01:00
0f6924984c
Merge branch '4.x' into 5.x
2026-04-03 12:02:36 +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
668ca9f5de
feat: adds pao
2026-04-02 15:45:13 +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
a087555383
bump: dependencies
2026-03-26 14:30:03 +00:00
f659a45311
Merge branch '4.x' into 5.x
2026-03-21 13:20:25 +00: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
12c1da29ee
Merge branch '4.x' into 5.x
2026-03-10 21:21:24 +00: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
fa27c8daef
chore: version
2026-02-17 17:52:40 +00:00
f0a08f0503
chore: missing types
2026-02-17 17:52:00 +00:00
2c040c5b1f
chore: style
2026-02-17 17:45:50 +00:00
a9ce1fd739
chore: code refactor
2026-02-17 17:45:34 +00:00
3533356262
chore: updates snapshots
2026-02-17 17:44:56 +00:00
4aa41d0b14
chore: bumps dependencies
2026-02-17 17:41:38 +00:00
e4ed60085c
chore: bumps dependencies
2026-02-17 17:18:45 +00:00
e2b119655d
chore: point pestphp dependencies to ^5.0.0
2026-02-17 17:13:36 +00:00
fcf5baf0a9
chore: start preparing for pest 5.x
2026-02-17 16:55:03 +00: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
3a4329ddc7
release: 4.3.2
v4.3.2
2026-01-28 01:01:19 +00: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