OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
guzzlehttp
/
guzzle
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:50:14 AM
rwxr-xr-x
📄
.editorconfig
360 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📁
.git
-
08/14/2024 10:55:51 AM
rwxr-xr-x
📄
.gitattributes
570 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📁
.github
-
08/14/2024 10:52:50 AM
rwxr-xr-x
📄
.gitignore
163 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
809 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
CHANGELOG.md
86.69 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
Dockerfile
363 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
LICENSE
1.45 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
Makefile
2.75 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
README.md
5.01 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
UPGRADING.md
53.59 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
composer.json
2.96 KB
08/14/2024 10:50:13 AM
rw-r--r--
📁
docs
-
08/14/2024 10:52:50 AM
rwxr-xr-x
📄
phpstan-baseline.neon
6.29 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
phpstan.neon.dist
276 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
phpunit.xml.dist
883 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
psalm-baseline.xml
11.41 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
psalm.xml
499 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📁
src
-
08/14/2024 10:52:51 AM
rwxr-xr-x
📁
tests
-
08/14/2024 10:52:52 AM
rwxr-xr-x
📁
vendor-bin
-
08/14/2024 10:52:53 AM
rwxr-xr-x
Editing: phpunit.xml.dist
Close
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="./tests/bootstrap.php" backupGlobals="true" colors="true" executionOrder="random" failOnRisky="true" failOnWarning="true" convertDeprecationsToExceptions="true" > <testsuites> <testsuite name="Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <php> <server name="TEST_SERVER" value="http://127.0.0.1:10000/server.php" /> </php> <filter> <whitelist> <directory suffix=".php">src</directory> <exclude> <directory suffix="Interface.php">src/</directory> </exclude> </whitelist> </filter> </phpunit>