- The `unit` suite is split in two: `tests/unit` now holds only real unit tests (no WordPress, no database, no managed services) and the new `tests/integration` suite holds the 33 test files that load WordPress, hit MySQL, or drive a real installation (all `assertInIsolation`-based `WPLoader*`/`LoadSandbox` tests included). The `BuiltInServerController`, `ChromeDriverController` and `MysqlServerController` extensions are now scoped via their existing `suites` option so `codecept run unit` starts no servers.
0 commit comments