Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
23
core/vendor/phpunit/phpunit/phpdox.xml.dist
vendored
Normal file
23
core/vendor/phpunit/phpunit/phpdox.xml.dist
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<phpdox xmlns="http://phpdox.net/config">
|
||||
<project name="PHPUnit" source="src" workdir="build/phpdox">
|
||||
<collector publiconly="false">
|
||||
<include mask="*.php" />
|
||||
</collector>
|
||||
|
||||
<generator output="build">
|
||||
<enrich base="${basedir}/build/logs">
|
||||
<source type="build" />
|
||||
<source type="git" />
|
||||
<source type="phploc" />
|
||||
<source type="checkstyle" />
|
||||
<source type="pmd" />
|
||||
</enrich>
|
||||
|
||||
<build engine="html" enabled="true" output="api">
|
||||
<file extension="html" />
|
||||
</build>
|
||||
</generator>
|
||||
</project>
|
||||
</phpdox>
|
||||
|
||||
Reference in a new issue