nuno maduro
638932ddb5
chore: updates snapshots
2026-08-10 10:22:36 +01:00
nuno maduro
ac48185736
chore: upgrades to phpunit:13.3
2026-08-10 10:16:30 +01:00
nuno maduro
2e4f8ad56f
chore: fixes snapshots
2026-08-07 15:43:17 +01:00
nuno maduro
8c554a81e2
chore: refactors exceptions
2026-08-07 15:26:55 +01:00
nuno maduro
42d9b777bf
chore: coding style changes
2026-08-07 14:52:56 +01:00
nuno maduro
eb88513baf
fix: livewire
2026-08-07 14:27:26 +01:00
nuno maduro
ca56ca5216
dw
2026-08-06 22:19:47 +01:00
nuno maduro
92c7677c6e
fix: don't allow invalid class names
2026-08-04 20:46:21 +01:00
nuno maduro
872f0a50c2
fix(tia): replayable scenarios running afterEach
2026-08-04 20:19:12 +01:00
nuno maduro
668809bc75
chore: adds missing test
2026-08-04 19:28:58 +01:00
nuno maduro
865c1e5113
ci: snapshots
2026-08-04 18:51:04 +01:00
nuno maduro
1dd959848c
chore: updates snapshots
2026-08-02 22:24:24 -04:00
nuno maduro
962510b7e3
chore: adjusts snapshots
2026-07-21 01:14:59 +01:00
nuno maduro
f8c4c061f8
fixes snapshots
2026-07-18 03:12:47 +01:00
nuno maduro
1ef680c75d
fix: tia
2026-07-18 02:28:29 +01:00
nuno maduro
820fa08313
fix: package lock fingerprint
2026-07-18 01:10:01 +01:00
nuno maduro
9e79e491e2
Merge branch '4.x' into 5.x
2026-07-17 16:38:01 +01:00
nuno maduro
ff4aba2ffa
chore: updates snapshots
2026-07-17 14:32:33 +01:00
nuno maduro
b52bbb4cca
chore: snapshots
2026-07-14 15:11:20 +01:00
nuno maduro
52819501eb
chore: fixes tia when not running on root
2026-07-14 14:34:00 +01:00
nuno maduro
145e20db75
chore: merges 4.x
2026-06-25 20:20:20 +01:00
Conor Murphy
ac8feafdcc
fix: guard Tia argv scanning against non-string args ( #1736 )
...
The Tia plugin scans the raw argv with str_starts_with() in
argumentPresent() and hasExplicitPathArgument(). In the parallel worker
path (bin/worker.php) the unserialized argv can contain an integer
--random-order-seed value as a separate element, which made
str_starts_with() throw:
TypeError: str_starts_with(): Argument #1 ($haystack) must be of
type string, int given
This is the same class of bug as #1206 , which was only fixed in
HandleArguments; it resurfaced in the newer Tia plugin. Cast each argv
element to string before scanning, mirroring the #1206 fix.
Adds a regression test, and updates the parallel count assertion and the
success snapshot to account for it.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-25 20:03:06 +01:00
nuno maduro
b2998bc69e
chore: updates snapshots
2026-06-12 20:30:16 +01:00
nuno maduro
0d7814ca16
chore: update snapshots
2026-06-12 18:02:06 +01:00
flap152
8467c64c22
fix: popArgument drops duplicate arguments breaking --parallel --exclude-gropup= ( #1674 )
...
* fix: popArgument drops duplicate arguments breaking --parallel multi-exclude-group
Fixes #1437
* fix: ensure popArgument handles duplicate arguments
* fix: update expected test results and snapshots after rebase
---------
Signed-off-by: nuno maduro <enunomaduro@gmail.com >
Co-authored-by: nuno maduro <enunomaduro@gmail.com >
2026-06-12 17:58:37 +01:00
nuno maduro
15e9b6a507
chore: snapshots
2026-06-12 07:22:13 +01:00
nuno maduro
da726beffc
chore: merges 4.x
2026-06-01 06:28:44 +01:00
nuno maduro
bd22f478b8
chore: fixes issues with contracts and symfony 8.1
2026-06-01 06:24:42 +01:00
nuno maduro
f859bb179d
Merge branch '4.x' into 5.x
2026-05-04 07:38:40 -03:00
nuno maduro
a3796daa42
wip
2026-05-03 13:24:10 +01:00
nuno maduro
6053e15d00
Merge branch '4.x' into 5.x
2026-04-17 06:07:14 -07:00
nuno maduro
87db0b4847
release: v4.6.1
2026-04-15 09:03:09 -07:00
nuno maduro
2d649d765f
chore: adjusts tests
2026-04-11 01:54:13 +01:00
nuno maduro
3855249ce9
feat: adds --flaky cli option
2026-04-10 20:03:50 +01:00
nuno maduro
f528bd8427
feat: adds flaky
2026-04-10 19:52:31 +01:00
nuno maduro
729f18a152
fix: stacktrace with nested with calls
2026-04-10 17:25:05 +01:00
nuno maduro
4b5374d507
Merge branch '4.x' into fix/unicode-filename-filter
2026-04-10 12:29:30 +01:00
nuno maduro
e766825f5b
chore: fixes test:unit
2026-04-10 12:15:00 +01:00
Aleksandr Štšepelin
4b50cb486d
Restore success snapshot coverage with lower memory limit
2026-03-25 23:59:29 +02:00
Aleksandr Štšepelin
f7175ecfd7
Fix parallel dataset reporting and nested fixtures
2026-03-25 23:59:29 +02:00
Aleksandr Štšepelin
07737bc0b2
Fix parallel file selection and empty-suite reporting
2026-03-25 23:59:28 +02:00
nuno maduro
2a80101f42
chore: update styling
2026-03-10 21:06:28 +00:00
vmadmax
a956de5446
fix: preserve Unicode characters in class names for --filter matching
2026-02-02 09:01:24 +01:00
Ilia Smirnov
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
Nuno Maduro
bc57a84e77
release: 4.3.1
2026-01-04 11:29:59 -05:00
Nuno Maduro
6a96aed654
feat: adds phpunit@12.5 support
2025-12-15 11:48:43 +00:00
Nuno Maduro
711a60c2db
release: beta 1
2025-08-05 17:44:12 +01:00
Nuno Maduro
4c88590b89
feat: not.toHaveSuspiciousCharacters
2025-07-26 07:47:00 -06:00
Nuno Maduro
d187566e63
chore: updates snapshots
2025-07-25 21:29:26 -06:00
jshayes
50ff347b59
Pass description into describe call
2025-01-20 17:40:18 -05:00