/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
league
/
commonmark
/
Upload File
HOME
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticProperties="false" colors="true" processIsolation="false" stopOnFailure="false" cacheDirectory=".phpunit.cache" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"> <coverage> <include> <directory suffix=".php">src/</directory> </include> <report> <clover outputFile="build/logs/clover.xml"/> <html outputDirectory="build/coverage"/> <text outputFile="build/coverage.txt"/> </report> </coverage> <testsuites> <testsuite name="league/commonmark Functional Tests"> <directory>tests/functional</directory> </testsuite> <testsuite name="league/commonmark Unit Tests"> <directory>tests/unit</directory> </testsuite> </testsuites> </phpunit>