html-validator icon indicating copy to clipboard operation
html-validator copied to clipboard

PHP client for the Validator.nu / checker.html5.org API

Results 4 html-validator issues
Sort by recently updated
recently updated
newest added

Replace Travis CI with Github Actions. Better tests using Guzzle `MockHandler` and broad PHPUnit compatibility with `yoast/phpunit-polyfills`. Add PHP tests up to 8.2.

Hello, The function getWarnings() always returns an empty array in my test-suite. I have the impression that all HTML warnings are returned by the API 'validator.nu' with 'type=info' and 'subType=warning'....

Hello, The function `getWarnings()` always returns an empty array in my test-suite. I have the impression that all HTML warnings are returned by the API 'validator.nu' with 'type=info' and 'subType=warning'....

# Changed log - To support latest stable PHPUnit version easily, using the `PHPUnit\Framework\TestCase\ namesapce. - Removing the `--dev` option because this it's deprecated. The deprecated warning message is as...