Merge branch '4.x' into 5.x

This commit is contained in:
nuno maduro
2026-05-04 07:38:40 -03:00
74 changed files with 9138 additions and 30 deletions

View File

@ -119,6 +119,14 @@ final readonly class Configuration
return new Browser\Configuration;
}
/**
* Gets the TIA (Test Impact Analysis) configuration.
*/
public function tia(): Plugins\Tia\Configuration
{
return new Plugins\Tia\Configuration;
}
/**
* Proxies calls to the uses method.
*