sebastianbergmann / phpunit

The PHP Unit Testing framework.
https://phpunit.de/
BSD 3-Clause "New" or "Revised" License
19.66k stars 2.2k forks source link

if run whit make phpunit in docker container dont throw exit 0 #5953

Open fxpw opened 1 day ago

fxpw commented 1 day ago
Q A
PHPUnit version 11.3.5
PHP version 8.3
laravel 11
Installation Method Composer / PHAR

Summary

Provide a summary describing the problem you are experiencing. command

phpunit_test_t:
    $(exec_in_cp_laravel_app_container_artisan) config:clear
    $(exec_in_cp_laravel_app_container_artisan) test $(t)

image give error 1 but all tests are ok

What is the current (buggy) behavior?

give error 1 but all tests are ok

Provide steps to reproduce the bug.

run docker container whit php run make command

Expected behavior

expect that be all ok

sebastianbergmann commented 1 day ago

Thank you for your report.

Please provide a minimal, self-contained, reproducing test case that shows the problem you are reporting.

Without such a minimal, self-contained, reproducing test case I will not be able to investigate this issue.