OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
guzzlehttp
/
promises
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:57 AM
rwxr-xr-x
📄
.editorconfig
156 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📁
.git
-
08/12/2024 10:35:32 AM
rwxr-xr-x
📄
.gitattributes
468 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:09 AM
rwxr-xr-x
📄
.gitignore
112 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
3.69 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
.travis.yml
452 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
CHANGELOG.md
2.09 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
LICENSE
1.28 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
Makefile
202 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
README.md
17.55 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
composer.json
1.42 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
phpstan-baseline.neon
903 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
phpstan.neon.dist
96 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
phpunit.xml.dist
604 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
psalm.xml
459 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:19 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:20 AM
rwxr-xr-x
Editing: phpunit.xml.dist
Close
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="GuzzleHttp Promise Test Suite"> <directory>tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src/</directory> <exclude> <directory suffix="Interface.php">src/</directory> </exclude> </whitelist> </filter> </phpunit>