<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage> <include> <directory suffix=".php">./src/</directory> </include> </coverage> <testsuites> <testsuite name="Fruitcake Cors Test Suite"> <directory>./tests</directory> </testsuite> </testsuites> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitattributes | File | 176 B | 0644 |
|
.gitignore | File | 74 B | 0644 |
|
CHANGELOG.md | File | 1.01 KB | 0644 |
|
LICENSE | File | 1.13 KB | 0644 |
|
README.md | File | 4.01 KB | 0644 |
|
composer.json | File | 1.58 KB | 0644 |
|
phpunit.xml.dist | File | 657 B | 0644 |
|