<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" > <testsuites> <testsuite name="Promise Timer Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 23 B | 0644 |
|
.travis.yml | File | 398 B | 0644 |
|
CHANGELOG.md | File | 1.1 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 12.58 KB | 0644 |
|
composer.json | File | 869 B | 0644 |
|
phpunit.xml.dist | File | 507 B | 0644 |
|