<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" bootstrap="vendor/autoload.php" cacheResult="false" colors="true" failOnRisky="true" failOnWarning="true" processIsolation="false" stopOnError="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false" displayDetailsOnIncompleteTests="true" displayDetailsOnSkippedTests="true" displayDetailsOnTestsThatTriggerDeprecations="true" displayDetailsOnTestsThatTriggerErrors="true" displayDetailsOnTestsThatTriggerNotices="true" displayDetailsOnTestsThatTriggerWarnings="true" > <testsuites> <testsuite name="Collision Test Suite"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> </testsuites> <coverage> <include> <directory suffix=".php">./src</directory> </include> </coverage> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
.temp | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 355 B | 0644 |
|
.gitattributes | File | 442 B | 0644 |
|
.gitignore | File | 164 B | 0644 |
|
CHANGELOG.md | File | 1.98 KB | 0644 |
|
CONTRIBUTING.md | File | 877 B | 0644 |
|
LICENSE.md | File | 1.09 KB | 0644 |
|
README.md | File | 2.94 KB | 0644 |
|
composer.json | File | 2.71 KB | 0644 |
|
phpstan.neon.dist | File | 200 B | 0644 |
|
phpunit.xml.dist | File | 1.28 KB | 0644 |
|