X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/sebastian/type
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
sebastian
/
type
/
📁
..
📄
.gitattributes
(22 B)
📁
.github
📄
.gitignore
(1.46 KB)
📁
.idea
📄
.php_cs.dist
(7.89 KB)
📄
.travis.yml
(1.21 KB)
📄
ChangeLog.md
(1.05 KB)
📄
LICENSE
(1.51 KB)
📄
README.md
(476 B)
📄
build.xml
(1 KB)
📄
composer.json
(1.1 KB)
📄
phive.xml
(288 B)
📄
phpunit.xml
(822 B)
📄
psalm.xml
(1.78 KB)
📁
src
📁
tests
Editing: phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.2/phpunit.xsd" bootstrap="vendor/autoload.php" executionOrder="depends,defects" forceCoversAnnotation="true" beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" colors="true" verbose="true"> <testsuites> <testsuite name="unit"> <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