-
**Describe the bug**
In my Pest files I cannot get autocomplete to work. So `$this->assert` would normally give me a lot of options on PHP Unit but none in a pest file.
I did find thanks to the an…
-
If you use this input: 'xf2n*7&#&Qm&JU2', the ecoding will be incorrect if the 'CollectErrors' are No.
The '#' within '&' will be lost.
This occurred in version 4.13 and 4.15. The workaround is t…
-
Since PHPUnit 10, all assertion results will be handed to `DispatchingEmitter`, which in turn will call
```
(new Exporter)->export($value)
```
each time, including for succeeded assertions. If…
-
I'm writing a test which uses the `Argument::that()` callback and then sets a `willReturn`. However, the `willReturn` is somehow ignored. The callback works and is called (validated with a `var_dump()…
-
**PHP version**: 7.4.33
**Description**
Updated our dependencies, psr7 was one of them (2.0.0 -> 2.5.0) and noticed prod getting error when sending requests
error as given;
```
Message: ""HTT…
-
### Bug Report
戻り値の型宣言でnullable な型を渡すことが出来なくなっている
### How to reproduce
テストコードの `TotoEntityInterface::getItem` の返り値を nullable にすると再現します。
- Ray.MediaQuery: 0.10.0
- PHP: 8.1.14
```sh
Ra…
-
**Describe the bug**
`temporaryLoader` is prone to infinite recursion
**To Reproduce**
Steps to reproduce the behavior:
1. `git clone git@github.com:weirdan/simplesaml-autoloader-recursion.git`
…
-
- Laravel Version: 9.30.1
- PHP Version: 8.1.10
- Database Driver & Version: N/A
### Description:
We've been having memory related issues in CI recently where the memory consumption continuous…
-
As of 3.5 Moodle requires GDPR support to be implemented for all installed plugins. See https://docs.moodle.org/311/en/GDPR
Failing core unit tests:
```
root@f667725e078b:/var/www/site# vendor/bi…
-
I'm not getting this locally, but it is occurring on all github run tests.
```
Run mkdir -p ./html/web/sites/simpletest && chmod 777 ./html/web/sites/simpletest
Running phpunit in 4 processes wit…