Edward Surov
Edward Surov
| Question | Answer | ------------| --------------- | Infection version | 0.23.0 | Test Framework version | PHPUnit 9.5.6 | PHP version | 7.4.21 | Platform | Ubuntu/MacOS | Github...
External config will be much more extendable and will virtually never break BC. The only optional argument will be the path to config (which will set by default to `config/allure.phpunit.config.php`).
**Describe the bug** Test errors are displayed as failed tests in report. **To Reproduce** Just execute `throw new \Exception();` in any test. **Expected behavior** Test that throws an exception should...
The table is growing larger and becomes difficult to evaluate with an eye. One of the solutions may be tagging each query with _features_, For example, query `$["key"]` can be...
**Is your feature request related to a problem? Please describe.** I don't know if it's bug report or feature request. I'm using `bamarni/composer-bin-plugin` to isolate my tools' dependencies, and I...
In my case, test case class has the following structure: ```php