phpunit-documentation-english icon indicating copy to clipboard operation
phpunit-documentation-english copied to clipboard

English Documentation for PHPUnit

Results 48 phpunit-documentation-english issues
Sort by recently updated
recently updated
newest added

$row is undefined and can't be processed. It should work this way.

The "_Edit on GitHub_" links do not work on Read the Docs for es, fr, pt, ja and zh languages ex: https://phpunit.readthedocs.io/ja/latest/ ![](https://user-images.githubusercontent.com/6709977/38953860-56a3ecf0-4350-11e8-8e6c-9e8f0350496f.png) `https://github.com/sebastianbergmann/phpunit-documentation-japanese//master/src/index.rst`

Hi, today I needed to add a custom comparator when I noticed I couldn't find anything about that in the documentation. So here's my attempt.

Moved here from https://github.com/sebastianbergmann/phpunit-mock-objects/issues/260.

In one of my projects, my main goal is to gather more test coverage. On reviewing the reports, I found that not all of my classes were covered by tests....

In fc402cf (merged by 98d4621 in 29th Nov, 2021), the textui.rst was updated to reflect the latest command options. The change is not showing on the [live site](https://phpunit.readthedocs.io/en/9.5/textui.html#command-line-options) at the...

The provided value will only be recognized when combined with equal sign. Errors might be thrown depending on concrete position when used without equal sign. Resolves: #219

Hello Sebastian 👋 I'm a native Turkish speaker. To help people who speak Turkish, I want to translate the documentation to Turkish. Thank you for your time. Feel free to...

# Problem | Q | A | --------------------| --------------- | PHPUnit version | 9.5.4 | PHP version | 8.0.1 | Installation Method | Composer TypeError: DataTest::testAdd(): Argument #1 ($a) must...

There should be `--colors=`, equals sign is missing. ```text --colors Use colors in output ("never", "auto" or "always") ```