-
I can't seem to get the functional PHPUnit tests run without errors. Inside core/phpunit.xml I have set this:
`` (where regcode_simple is the module name)
Running tests from the _host_ with
`$> .do…
-
I cannot run this because composer require php >= 8.0
Looks like psr/log requierd minimum php 8.0
Is there a workaround to make it work?
-
It is not possible to run phpunit inside of docker container. Would it be possible to allow support for this. To at least, allow to change the path to the phpunit bin path
-
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…
-
```
docker compose exec {php_container} bin/phpunit /var/www/app/tests/Unit/MyTest.php
spawn docker compose exec php bin/phpunit ENOENT
-------------------------------------------------------
``…
jenky updated
2 years ago
-
It seems like there is some file perms issues preventing PHPUnit functional tests to be run totally, regardless of where they are executed (using `.docker/bash.sh` or `.docker/phpunit.sh`). Just to ma…
-
I am using the jenkins-ci-php docker container with a laravel project. While running a build, I got the following error:
`PHP Fatal error: Call to undefined method PHPUnit_Util_Configuration::getTes…
-
The SynoCommunity package requests a PHP 8.2 package which is not available on Synology DSM 7.1.
PHP 8.0 is the highest PHP version there. Older Diskstations don't get newer DSM releases. anymore an…
-
I've created a fork of 2.7 ( https://github.com/satwareAG/doctrine-firebird-driver/tree/php81-phpunit ) which supports the following:
- doctrine/dbal v2.13.9 with Firebird 3 support
- doctrine/or…
-
## 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?