-
для генерации phpunit.xml можно выполнить команду
vendor/bin/phpunit --generate-configuration
splaa updated
6 years ago
-
Because of psalm depending on `nikic/php-parser` `^4.17.0`, I cannot use phpunit 11, as that requires `"phpunit/php-code-coverage": "^11.0.6"` which in turn requires `"nikic/php-parser": "^5.1.0"`
…
-
While trying to run the phpunit tests with phpunit11 there errors/warnings are reported.
It also mentions a deprecation warning for phpunit12
```
phpunit
PHPUnit 11.1.2 by Sebastian Bergmann and…
-
## Description
Having `phpunit/phpunit` as a Composer dev dependency is very obnoxious, because:
- its deps may conflict with ours
- everything gets dumped into the same vendor folder inseparab…
-
Since MW 1.41 the bootstrapping of PHPUnit fails. This manifests itself in the fact that constants defined in `tests/bootstrap.php` are undefined, e.g.
```
3) SMW\Tests\Exception\JSONFileParseExce…
-
| Q | A
| --------------------------| ---------------
| php-code-coverage version | 9.2.31
| PHP version | 8.2.21
| Driver | Xdebug
| Xde…
-
Hello,
This is the same problem highlighted in #5760 but when the throws occurs in the setUpBeforeClass static method.
I forked the repository and added another class for the tests (MyTestWithSe…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Are there already any plans for compatibility with phpunit 10 ?