emogrifier
emogrifier copied to clipboard
Converts CSS styles into inline style attributes in your HTML code.
https://github.com/infection/tests-checker-action
I've read [this](https://phpunit.readthedocs.io/en/9.5/code-coverage-analysis.html), and still don't know how to get the report. I'm sure it's a simple command line option, but can't find easily find it. TBH, I was barely...
See #646. Due to the way Emogrifier works internally by using `DOMDocument`, any lack of true replication of actual HTML markup when processed through `loadHtml` and then `saveHtml` will be...
PHP 7.3 has reached its end of life: https://www.php.net/supported-versions.php
Exclude CSS selectors from the stylesheets being inlined. This might for example prevent global CSS rules with universal selector (*) to be inlined on each node. - Add unit tests...
These look like genuine errors. It is mysterious that they are not being reported by Psalm on Linux. It is also mysterious that if Psalm is installed via Composer rather...
`preg_replace` and `preg_replace_callback` may return null if an error occurs. A malformed regular expression would be picked up immediately, but [catastrophic backtracking](https://www.regular-expressions.info/catastrophic.html) would depend on the input string. This issue...
https://github.com/t-regx/phpunit-data-provider/releases/tag/3.0.0