<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/bootstrap.php" > <testsuites> <testsuite name="Negotiation Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <coverage> <include> <directory>./src/Negotiation/</directory> </include> </coverage> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 45 B | 0644 |
|
.travis.yml | File | 262 B | 0644 |
|
CONTRIBUTING.md | File | 1.19 KB | 0644 |
|
LICENSE | File | 1.05 KB | 0644 |
|
README.md | File | 5.22 KB | 0644 |
|
appveyor.yml | File | 898 B | 0644 |
|
composer.json | File | 800 B | 0644 |
|
phpunit.xml.dist | File | 749 B | 0644 |
|