<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="./tests/bootstrap.php" backupGlobals="true" colors="true" executionOrder="random" failOnRisky="true" failOnWarning="true" convertDeprecationsToExceptions="true" > <testsuites> <testsuite name="Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <php> <server name="TEST_SERVER" value="http://127.0.0.1:10000/server.php" /> </php> <filter> <whitelist> <directory suffix=".php">src</directory> <exclude> <directory suffix="Interface.php">src/</directory> </exclude> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
vendor-bin | Folder | 0755 |
|
|
.editorconfig | File | 360 B | 0644 |
|
.gitattributes | File | 570 B | 0644 |
|
.gitignore | File | 163 B | 0644 |
|
.php-cs-fixer.dist.php | File | 3.59 KB | 0644 |
|
CHANGELOG.md | File | 85.37 KB | 0644 |
|
Dockerfile | File | 363 B | 0644 |
|
LICENSE | File | 1.45 KB | 0644 |
|
Makefile | File | 2.75 KB | 0644 |
|
README.md | File | 4.96 KB | 0644 |
|
UPGRADING.md | File | 53.58 KB | 0644 |
|
composer.json | File | 2.92 KB | 0644 |
|
phpstan-baseline.neon | File | 6.43 KB | 0644 |
|
phpstan.neon.dist | File | 276 B | 0644 |
|
phpunit.xml.dist | File | 883 B | 0644 |
|
psalm-baseline.xml | File | 6.41 KB | 0644 |
|
psalm.xml | File | 499 B | 0644 |
|