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

English Documentation for PHPUnit

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

First, the only mention of a feature governing the execution order of tests is in an [appendix page](https://phpunit.readthedocs.io/en/8.4/configuration.html), which provides poor exposure to a major feature. Next, the only thing...

Was looking for the impact of the move from PHPUnit 8 to PHPUnit 9, when I saw these 2 deprecations/removals (and it seems that there were way more, as listed...

Example 10.5 from the documentation for extending phpunit crashes with the following message: ``` PHP Fatal error: Uncaught TypeError: Argument 2 passed to MyExtension::__construct() must be of the type int,...

Sometime between phpunit8.5.2 and phpunit9.4.2 a requirement was added that the class name match the filename. This is not listed on the "backwards incompatible changes" here: https://phpunit.de/announcements/phpunit-9.html (and is not...

| Q | A | --------------------| --------------- | PHPUnit version | 6.5.14 | PHP version | 7.2.0 | Installation Method | PHAR #### Summary Documentation mistake #### Current behavior [Infobox...

Found [this issue for the same issue on v6](https://github.com/sebastianbergmann/phpunit-documentation/issues/385), but still can't find this method in the current docs [found here](https://phpunit.readthedocs.io/en/9.2).

As we can see in the [data providers section](https://phpunit.de/manual/6.5/en/writing-tests-for-phpunit.html#writing-tests-for-phpunit.data-providers) the data provider method is named `additionProvider`. Since a method should start with a verb, it's confusing. So, to avoid a...

I was just reading through the PHPUnit docs and found this sentence in Section 4: Fixtures, par. 4: "Example 4.1 shows how we can write the tests of the StackTest...

| Q | A | --------------------| --------------- | PHPUnit version | 8+ | PHP version | n/a | Installation Method | n/a #### Summary sebastianbergmann/phpunit#3511 introduced the method `assertContainsEquals` as...

nl-NL | Dutch (Netherlands) documentation