-
|
Hello guys, after run you can check it here: https://github.com/sonata-project/SonataPageBundle/actions/runs/19821636939/job/56785090042?pr=1832 test: https://github.com/sonata-project/SonataPageBundle/blob/4.x/tests/Functional/Admin/BrowserTest.php I tried to downgrade to Edit: when I downgrade to and I run the test again, it is the output: and I saw some old issues related with this symfony/panther#169 But it was working 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Please configure |
Beta Was this translation helpful? Give feedback.
Please configure
display_errorsin your CI workflow (for instance by usingini-file: developmentinstead of the defaultini-file: productionin the setup-php action).This should give you a better error message when phpunit fails due to a fatal error in the code: sebastianbergmann/phpunit#6382