-
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`).
-
On the GitHub repository main page currently is the example under "Usage" section:
```xml
...
```
I tried this code and failed. But this one is worked:
```xml
…
-
Hello, when running my suite after adding the listener a fatal error occurs:
```
./vendor/bin/simple-phpunit
PHP Fatal error: Declaration of Symfony\Bridge\PhpUnit\Legacy\S…
-
I get this error while running the TravisCI with hhvm and PHPUnit 4.+
I am not sure if there's anything to do with this package, but hhvm breaks my builds.
``` php
Fatal error: Uncaught exception 'P…
ghost updated
10 years ago
-
Individual tests may set slowness thresholds independent of the configured test-suite threshold.
/**
* This test's runtime would normally be under the suite's threshold, but
* this …
-
Paratest returns this error when a test fails
```sh
ParaTest v6.11.1 upon PHPUnit 9.6.20 by Sebastian Bergmann and contributors.
PHP Fatal error: Uncaught ValueError: str_repeat(): Argument #2 (…
-
Reference [here](https://phpunit.de/manual/current/en/extending-phpunit.html).
-
I tried putting it in my phpunit.xml.dist in these 4 different places, but it didn't work in any of them:
`
./tests…
wbtdc updated
5 years ago
-
### Use case
I am working on tests tool based on phpunit that work with generated data files per test method and dataset:
- In "recording" mode, data is written to the data files.
- In "default" mo…
-
Currently we are able to implement `TestListener` interface and `TestListenerDefaultImplementation` trait to use PHPUnit Test Listener feature ([Doc page](https://phpunit.readthedocs.io/en/7.4/extendi…