Daniel Ruf
Daniel Ruf
I had removed my comment because I had the feeling that the documentation for GitHub was not checked before opening this issue and you will rather sooner than later find...
https://ui.vision/howto/getseleniumide seems to provide a safe download. You can check with https://virustotal.com, if it is known as safe or not.
Also no error is thrown if the file defined for `--globalOptions` contains invalid JSON.
`a` is an inline element as specified at https://github.com/terser/html-minifier-terser/blob/master/src/htmlminifier.js#L64-L67 > Is that intentional for the --collapse-inline-tag-whitespace pass? Probably.
I think `conservativeCollapse: true` should resolve this.
There is `ignoreCustomFragments` and also ``. https://github.com/terser/html-minifier-terser?tab=readme-ov-file#ignoring-chunks-of-markup
By using the first parameter of `headers_sent()` I can see, that in PHPUnit 9 the headers were sent in `phar://.../phpunit-9.6.22.phar/phpunit/Util/Printer.php`, which is not the case in PHPUnit 10.
What is the recommended solution to prevent that the tests fail but the application code still works? Maybe adding some check if the current SAPI is the CLI (similar to...
> what are you trying to achieve by checking for headers_sent? it feels wrong to check for such a global side-effect and rely on it The web application code is...
> based on the information given in this PR I can't say more then it feels wrong that a test relies on headers_sent, Not the test itself, the application code....