-
I’m testing my packages for compatibility with PHP 8.4.1 and some dependencies trigger deprecation warnings.
Is there a way to configure `PHPUnit` to report deprecation warnings only for my package…
-
v9.4 (currently what we use)
- EoL occurred on February 2, 2024
- Designed for PHP 7.3
https://phpunit.de/supported-versions.html
Docs:
- https://phpunit.de/announcements/phpunit-9.html
- …
-
- [ ] bootstrap file
- [ ] phpunit config file
- [ ] add phpunit to composer.json
-
Hello!
First off, thanks for this awesome adapter! I've been looking to switch to Neotest from vim-test but haven't because it wouldn't work with Docker/Sai---everything JustWorks™ with this adapte…
-
环境:hyperf 3.1 php 8.1
```sh
composer test
// 省略......
PHPUnit 10.5.38 by Sebastian Bergmann and contributors.
Runtime: PHP 8.1.29
Configuration: /workingDir/tmp/pro1/phpunit.xml.dist
…
-
PhpSpreadsheet is not moving towards Phpunit 11 any time soon. I just wanted to do a little preliminary investigation. At the conclusion of one of our unit tests, I see the following:
```
There was …
-
During unit testing, if I load a fresh set of settings, it returns empty. How do I make sure it initializes to the default settings without having to save them one time? I don't want to depend on the …
-
Currently there is no mention at all about PHP Attributes in the documentation but you should be able to use them everywhere that Behat uses annotations. We should include documentation about Attribut…
-
### Symfony version(s) affected
4.4.x
### Description
After the update to nikic/php-parser from v4.18.0 to v5.0.0 (arpund 18 hours ago) our unit tests have stopped working. When running `bin/…
-
Upgrading to ORM 2.10 requires changes to the codebase. Some of those changes have been captured here: https://github.com/gregcorbett/gocdb/commit/18349e22b12309008dc0a91808bdf90d1b3eb8c4.
However,…