<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.3/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> <coverage> <include> <directory>./</directory> </include> <exclude> <directory>./Resources</directory> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </coverage> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"> <arguments> <array> <element key="time-sensitive"><string>Symfony\Component\Console</string></element> </array> </arguments> </listener> </listeners> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
Attribute | Folder | 0755 |
|
|
CI | Folder | 0755 |
|
|
Command | Folder | 0755 |
|
|
CommandLoader | Folder | 0755 |
|
|
Completion | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
Descriptor | Folder | 0755 |
|
|
Event | Folder | 0755 |
|
|
EventListener | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Formatter | Folder | 0755 |
|
|
Helper | Folder | 0755 |
|
|
Input | Folder | 0755 |
|
|
Logger | Folder | 0755 |
|
|
Output | Folder | 0755 |
|
|
Question | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
SignalRegistry | Folder | 0755 |
|
|
Style | Folder | 0755 |
|
|
Tester | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitattributes | File | 113 B | 0644 |
|
.gitignore | File | 37 B | 0644 |
|
Application.php | File | 45.38 KB | 0644 |
|
CHANGELOG.md | File | 10.04 KB | 0644 |
|
Color.php | File | 3.82 KB | 0644 |
|
ConsoleEvents.php | File | 2.19 KB | 0644 |
|
Cursor.php | File | 4.09 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 701 B | 0644 |
|
SingleCommandApplication.php | File | 1.82 KB | 0644 |
|
Terminal.php | File | 6.87 KB | 0644 |
|
composer.json | File | 1.73 KB | 0644 |
|
phpunit.xml.dist | File | 1.2 KB | 0644 |
|