<?xml version="1.0" encoding="UTF-8"?> <phpunit forceCoversAnnotation="true" mapTestClassNameToCoveredClassName="true" bootstrap="tests/bootstrap.php" colors="true" backupGlobals="false" backupStaticAttributes="false" syntaxCheck="false" stopOnError="false" > <testsuites> <testsuite name="tests"> <directory>tests</directory> <exclude> <directory>test/ab</directory> </exclude> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 46 B | 0644 |
|
.travis.yml | File | 317 B | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 761 B | 0644 |
|
composer.json | File | 872 B | 0644 |
|
phpunit.xml.dist | File | 676 B | 0644 |
|