X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/sebastian/code-unit-reverse-lookup
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
sebastian
/
code-unit-reverse-lookup
/
📁
..
📄
.gitignore
(31 B)
📄
.php_cs
(1.89 KB)
📄
.travis.yml
(368 B)
📄
ChangeLog.md
(233 B)
📄
LICENSE
(1.52 KB)
📄
README.md
(503 B)
📄
build.xml
(802 B)
📄
composer.json
(674 B)
📄
phpunit.xml
(782 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/5.4/phpunit.xsd" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="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