X7ROOT File Manager
Current Path:
/home/gfecatvj/.composer/vendor/symfony/console
home
/
gfecatvj
/
.composer
/
vendor
/
symfony
/
console
/
📁
..
📄
.gitignore
(34 B)
📄
Application.php
(39.69 KB)
📄
CHANGELOG.md
(4.75 KB)
📁
Command
📁
CommandLoader
📄
ConsoleEvents.php
(1.29 KB)
📁
DependencyInjection
📁
Descriptor
📁
Event
📁
EventListener
📁
Exception
📁
Formatter
📁
Helper
📁
Input
📄
LICENSE
(1.04 KB)
📁
Logger
📁
Output
📁
Question
📄
README.md
(692 B)
📁
Resources
📁
Style
📄
Terminal.php
(3.92 KB)
📁
Tester
📁
Tests
📄
composer.json
(1.37 KB)
📄
phpunit.xml.dist
(1.18 KB)
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" failOnRisky="true" failOnWarning="true" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="Symfony Console Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Resources</directory> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"> <arguments> <array> <element key="time-sensitive"><string>Symfony\Component\Console</string></element> </array> </arguments> </listener> </listeners> </phpunit>
Upload File
Create Folder