29479947339307966ddf9cd409c3aa126b2638f8
- FailureShowListener: fix show_tmp_dir fallback '' -> sys_get_temp_dir() (bug introduced by duplication with MinkContext::showLastResponse) - SauceLabsFactory: simplify `is_bool($x) ? $x : (bool) $x` -> `(bool) $x` - MinkExtension::load: extract $baseUrl/$browserName locals to avoid evaluating the same `?? ''` expression twice per line - EnvironmentCapabilities: store TRAVIS_JOB_NUMBER and JENKINS_HOME getenv() results before the switch to avoid double calls per match - MinkContext: restore PHPDoc comments on all step methods (Example lines for discoverability); keep PHP attributes, no @Given/@When/@Then tags Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This is the fork of MinkExtension library that supports PHP >=7.4 and supports Symfony >=4.4.
For the documentation, please refer to the original repository.
No updates other than Symfony compatibility will be provided, but this fork might be synchronised with the original repository in the future.
Languages
PHP
99.4%
Gherkin
0.6%