Files
pest/tests/Unit/Plugins/Tia
Jeffrey van Hees 047753c836 fix: key Tia results per dataset row (#1799)
The result cache was keyed `Class::method` on both sides, so every row of a
`->with()` test shared one entry and the last writer won. On replay that single
status was handed to every row.

`TestMethod::id()` already appends `#dataSetName`, and `TestCase` reaches the
same value object through `valueObjectForEvents()`, so both sides can use it.
2026-08-02 21:43:15 -04:00
..
2026-07-18 01:10:01 +01:00
2026-07-19 00:42:29 +01:00
2026-07-18 02:50:20 +01:00
2026-07-18 02:28:29 +01:00