<?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 Process Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <coverage> <include> <directory>./</directory> </include> <exclude> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </coverage> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Pipes | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitattributes | File | 113 B | 0644 |
|
.gitignore | File | 37 B | 0644 |
|
CHANGELOG.md | File | 4.07 KB | 0644 |
|
ExecutableFinder.php | File | 2.54 KB | 0644 |
|
InputStream.php | File | 2.37 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
PhpExecutableFinder.php | File | 2.62 KB | 0644 |
|
PhpProcess.php | File | 2.41 KB | 0644 |
|
Process.php | File | 52.02 KB | 0644 |
|
ProcessUtils.php | File | 1.86 KB | 0644 |
|
README.md | File | 485 B | 0644 |
|
composer.json | File | 699 B | 0644 |
|
phpunit.xml.dist | File | 848 B | 0644 |
|