X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/symfony/psr-http-message-bridge
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
symfony
/
psr-http-message-bridge
/
📁
..
📄
.gitignore
(70 B)
📄
.php_cs.dist
(1.08 KB)
📄
.travis.yml
(1.69 KB)
📄
CHANGELOG.md
(1017 B)
📁
Factory
📄
HttpFoundationFactoryInterface.php
(1.01 KB)
📄
HttpMessageFactoryInterface.php
(990 B)
📄
LICENSE
(1.04 KB)
📄
README.md
(493 B)
📁
Tests
📄
composer.json
(1.05 KB)
📄
phpunit.xml.dist
(852 B)
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="Symfony PSR-7 HTTP message Bridge Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Resources</directory> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>
Upload File
Create Folder