OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
guzzlehttp
/
psr7
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:57 AM
rwxr-xr-x
📄
.editorconfig
198 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📁
.git
-
08/12/2024 10:35:33 AM
rwxr-xr-x
📄
.gitattributes
494 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:10 AM
rwxr-xr-x
📄
.gitignore
116 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
767 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📄
CHANGELOG.md
11.71 KB
08/12/2024 10:32:58 AM
rw-r--r--
📄
LICENSE
1.39 KB
08/12/2024 10:32:58 AM
rw-r--r--
📄
Makefile
436 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📄
README.md
29.67 KB
08/12/2024 10:32:58 AM
rw-r--r--
📄
composer.json
2.57 KB
08/12/2024 10:32:58 AM
rw-r--r--
📄
phpstan-baseline.neon
7.6 KB
08/12/2024 10:32:58 AM
rw-r--r--
📄
phpstan.neon.dist
257 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📄
phpunit.xml.dist
1.37 KB
08/12/2024 10:32:58 AM
rw-r--r--
📄
psalm-baseline.xml
5.1 KB
08/12/2024 10:32:58 AM
rw-r--r--
📄
psalm.xml
563 bytes
08/12/2024 10:32:58 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:10 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:34:10 AM
rwxr-xr-x
📁
vendor-bin
-
08/12/2024 10:34:10 AM
rwxr-xr-x
Editing: phpunit.xml.dist
Close
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="true" colors="true" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" bootstrap="vendor/autoload.php" convertDeprecationsToExceptions="true" > <testsuites> <testsuite name="Guzzle PSR-7 Unit Test Suite"> <directory>tests</directory> <exclude>tests/Integration</exclude> </testsuite> <testsuite name="Guzzle PSR-7 Integration Test Suite"> <directory>tests/Integration</directory> </testsuite> <testsuite name="PSR-17 Integration Test Suite"> <directory>./vendor/http-interop/http-factory-tests/test</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> </whitelist> </filter> <php> <const name="REQUEST_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/> <const name="RESPONSE_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/> <const name="SERVER_REQUEST_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/> <const name="STREAM_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/> <const name="UPLOADED_FILE_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/> <const name="URI_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/> </php> </phpunit>