X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/sebastian/object-reflector
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
sebastian
/
object-reflector
/
📁
..
📄
.gitignore
(45 B)
📄
.php_cs
(2.9 KB)
📄
.travis.yml
(450 B)
📄
ChangeLog.md
(704 B)
📄
LICENSE
(1.51 KB)
📄
README.md
(499 B)
📄
build.xml
(794 B)
📄
composer.json
(751 B)
📄
phpunit.xml
(693 B)
📁
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/6.0/phpunit.xsd" bootstrap="vendor/autoload.php" forceCoversAnnotation="true" beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" verbose="true"> <testsuite> <directory suffix="Test.php">tests</directory> </testsuite> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>
Upload File
Create Folder