-
Hey,
when I press here on the run, how does it look like the PHPUnit command you execute?
It seems to parse all tests and then execute one and this takes longer than expected
Could you …
-
Hi,
I just encountered the problem while doing some tests. For some reason, when a Flux component is in my livewire blade template, it triggers an error whille running the tests.
Step to reproduce :…
-
Moodle 4.5
Quickmail master
```
block_quickmail_messenger_compose_testcase/test_messenger_sends_composed_email_nowblock_quickmail_messenger_compose_testcase::test_messenger_sends_composed_ema…
-
There was 1 error:
1) paygw_mpay24\checkout_test::test_checkout
InvalidArgumentException: The merchant ID '' you have given is wrong, it must be 5-digit number and starts with 7 or 9!
/home/run…
-
Hi, updated from 3.2.2 to 3.4.2.
`/srv/.vscode/settings.json`
``` json
{
"phpunit.phpunit": "/srv/api/bin/phpunit",
"phpunit.args": [
"--configuration /srv/api/phpunit.xml.dist…
-
When using ${workspaceFolder} in settings.json it looks to be equating to "/ ./" even when set within settings.json, meaning that the below setting prepend "/ ./" to the paths for phpunit and our arg…
-
Release notes: https://phpunit.de/announcements/phpunit-11.html
Depends on #165.
-
PHPUnit 8 has added `void` return types on `setUp` and `tearDown`.
-
I think [our track docs](https://github.com/exercism/php/blob/main/docs/INSTALLATION.md) make things too complicated for new students.
Right after the required installation of PHP we have a short p…
-
### Feature request
we should error about dataProvider annotations without a corresponding method
https://phpstan.org/r/9870d218-28c5-4636-88e9-85f73ce78bc9
### Did PHPStan help you today? Did it…