-
I'm not sure what's going on with the phpunit.xml file.
I *thought* that it was getting copied when the addon gets installed, with some token replacements, in install.yaml:
```
- cp core-dev/…
-
To be able to make changes to the project and ensure correct functionality PHPUnit should be implemented, and some basic tests.
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 11.4.3
| PHP version | 8.3.3
| Installation Method | Composer
#### Summary
`ignoreIndirectDepr…
-
this is a meta-issue tracking blockers for using PHPUnit 10:
- [x] https://github.com/minkphp/driver-testsuite/pull/63
- [ ] https://github.com/symfony/symfony/issues/49069 to support PHPUnit 10 i…
-
VCR doesn't work currently on PHPUnit 10
-
Hello,
Working on my project BOX Manifest and [wanted](https://github.com/llaville/box-manifest/issues/14) to migrate from PHPUnit 10 to 11, I've noticed that [include uncovered files](https://docs…
-
Certain assertions/browser action methods throw the following error when they fail:
![image](https://github.com/user-attachments/assets/28c6fdff-a7c7-4f05-bdc1-d0b50be91ea5)
While others throw a…
-
Hi!
Before installing the plugin, I run tests.
version plugin: 2024050200
release: 2024050200
I launched
```vendor/bin/phpunit --filter mod_dialogue```
Result:
```
Moodle 4.1.11+ (Build:…
-
Hi!
In yesterday releases (7.1.6, 6.4.13, 5.4.45) symfony fixed it's exception/error handler registration issue with phpunit.
see: https://github.com/symfony/symfony/pull/58372
Now the workarou…
-
## Feature request
WP_Mock is not compatible with PHPUnit 10 / PHP 8.1.
### Proposed solution
Make it compatible. Maybe You have it already in plans?