-
```
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
-
### Symfony version(s) affected
5.4 -> 7.0
### Description
When I specify a variable in `.env` file like `FOOBAR` and give it some default value. And I specify that same variable `FOOBAR` as system…
-
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…
-
Hi,
I recently, thanks to help from zonuexe, managed to get emacs set up so that it would run unit tests through a docker container. Running the whole test suite, test classes and individual test …
-
## Coverage driver
Để generate coverage report bằng PHPUnit, cần có [coverage driver](https://github.com/sebastianbergmann/php-code-coverage/tree/master/src/Driver):
![image](https://user-images.git…
-
**Sua solicitação de melhoria está relacionada a um problema? Por favor descreva.**
Hoje muitos testes estão demorando demasiado tempo para concluírem e estão muito verbosos, prejudicando a execução t…
-
**Sua solicitação de melhoria está relacionada a um problema? Por favor descreva.**
Prezados,
Precisamos garantir a compatibilidade do módulo com o SEI 4.1.2, de modo que sejam realizados os test…
-
We're coming across this unit test failure in Moodle 3.9.12+ when running on MySQL/MariaDB servers. I have been able to replicate this error on a vanilla moodle installation as well
```
There was …
-
### Description
while running PHPUnit test in gutenberg with docker setup, we cant able to generate code coverage report. Looked through all documentation and followed step as provided. still recei…
-
Hi !
I'm trying to launch tests with multi domain app. As a good fellow I read the doc and make a lot of searchs ;)
The problem :
I've got an app with 4 subdomains so I use docker to launch it.…