Open golenkovm opened 3 years ago
All right, this is failing with xdebug 3 installed. Also it prints:
Xdebug: [Config] The setting 'xdebug.overload_var_dump' has been removed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.overload_var_dump (See: https://xdebug.org/docs/errors#CFG-C-REMOVED)
Hi, I executed the test and this is the result
Php: 8.2.18, mysqli: 8.1.0, OS: Linux 6.5.0-15-generic aarch64
Class logdump_action_step_test could not be found in /var/www/html/admin/tool/trigger/tests/logdump_action_step_test.php
If we replace tool_trigger_logdump_action_step_testcase
with tool_trigger_logdump_action_step_test
, the test passes
Full error:
Interesting that this isn't failing in all envs. I'll try to figure out more details on this