phpdox icon indicating copy to clipboard operation
phpdox copied to clipboard

xsl template phpunit namespace xmlns:pu fixed but unrealeased in latest tagged version (0.12.0)

Open pierre-fromager opened this issue 3 years ago • 0 comments
trafficstars

For instance all xsl files should now contain xmlns:pu="https://schema.phpunit.de/coverage/1.0" instead of xmlns:pu="http://schema.phpunit.de/coverage/1.0" But latest tag release 0.12.0 does not have thoses fixes. When installing from Packagist with composer, coverage and tests are still EMPTY ! Manualy replacing namespace url does the trick. Initial issue was https://github.com/theseer/phpdox/issues/392

pierre-fromager avatar Jun 07 '22 14:06 pierre-fromager