X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/nunomaduro/collision
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
nunomaduro
/
collision
/
📁
..
📁
.github
📄
.php_cs
(836 B)
📄
LICENSE.md
(1.07 KB)
📄
README.md
(3.15 KB)
📄
composer.json
(2.08 KB)
📄
phpstan.neon.dist
(826 B)
📄
phpunit.xml.dist
(930 B)
📁
src
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" failOnRisky="true" failOnWarning="true" processIsolation="false" stopOnError="false" stopOnFailure="false" verbose="true" > <testsuites> <testsuite name="Collision Test Suite"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>
Upload File
Create Folder