Kolyunya/codeception-markup-validator

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/build.yml
.gitignore
.phpstan-sources.neon
.phpstan-tests.neon
LICENSE.txt
README.md
composer.json
phpunit.xml
.php-cs-fixer.dist.php27
sources/Lib/Base/Component.php20
sources/Lib/Base/ComponentInterface.php7
sources/Lib/MarkupValidator/DefaultMarkupProvider.php47
sources/Lib/MarkupValidator/DefaultMessageFilter.php78
A
2 hrs
sources/Lib/MarkupValidator/DefaultMessagePrinter.php40
sources/Lib/MarkupValidator/MarkupProviderInterface.php9
sources/Lib/MarkupValidator/MarkupValidatorInterface.php9
sources/Lib/MarkupValidator/MarkupValidatorMessage.php99
sources/Lib/MarkupValidator/MarkupValidatorMessageInterface.php16
sources/Lib/MarkupValidator/MessageFilterInterface.php9
sources/Lib/MarkupValidator/MessagePrinterInterface.php9
sources/Lib/MarkupValidator/W3CMarkupValidator.php71
sources/Lib/MarkupValidator/W3CMarkupValidatorMessage.php57
A
35 mins
sources/Module/MarkupValidator.php119