<?xml version="1.0"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" cacheResultFile=".build/phpunit/phpunit.cache" colors="true" > <testsuites> <testsuite name="Tests"> <directory>tests</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> </coverage> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tools | Folder | 0755 |
|
|
CHANGELOG.md | File | 450 B | 0644 |
|
LICENSE | File | 1.1 KB | 0644 |
|
README.md | File | 1.33 KB | 0644 |
|
composer.json | File | 1.43 KB | 0644 |
|
phpunit.xml.dist | File | 576 B | 0644 |
|