<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php" > <testsuites> <testsuite name="Promise Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> <exclude> <file>./src/functions_include.php</file> </exclude> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 55 B | 0644 |
|
.travis.yml | File | 477 B | 0644 |
|
CHANGELOG.md | File | 3.61 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 25.87 KB | 0644 |
|
composer.json | File | 647 B | 0644 |
|
phpunit.xml.dist | File | 770 B | 0644 |
|