feat(time-based-sharding): updates plugin

This commit is contained in:
nuno maduro
2026-04-14 08:34:41 -07:00
parent 13c322bab3
commit 4ac14b2528
7 changed files with 455 additions and 3 deletions

View File

@ -49,6 +49,7 @@
EXECUTION OPTIONS:
--parallel ........................................... Run tests in parallel
--update-snapshots Update snapshots for tests using the "toMatchSnapshot" expectation
--update-shards Update shards.json with test timing data for time-balanced sharding
--globals-backup ................. Backup and restore $GLOBALS for each test
--static-backup ......... Backup and restore static properties for each test
--strict-coverage ................... Be strict about code coverage metadata

View File

@ -17,6 +17,7 @@ arch()->preset()->security()->ignoring([
'eval',
'str_shuffle',
'exec',
'md5',
'unserialize',
'extract',
'assert',