OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/07/2025 12:10:28 PM
rwxr-xr-x
📁
.changes
-
01/07/2025 12:10:29 PM
rwxr-xr-x
📁
.git
-
01/07/2025 12:10:29 PM
rwxr-xr-x
📄
.gitattributes
767 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📁
.github
-
01/07/2025 12:10:29 PM
rwxr-xr-x
📄
.gitignore
432 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
CHANGELOG.md
1.38 MB
01/07/2025 12:10:28 PM
rw-r--r--
📄
CODE_OF_CONDUCT.md
313 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
CONTRIBUTING.md
7.61 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
CRT_INSTRUCTIONS.md
293 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
LICENSE
9.12 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
Makefile
6.44 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
NOTICE
655 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
README.md
12.02 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
THIRD-PARTY-LICENSES
4 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
UPGRADING.md
14.27 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
behat.yml
1.77 KB
01/07/2025 12:10:28 PM
rw-r--r--
📁
build
-
05/19/2025 10:07:21 AM
rwxr-xr-x
📄
codecov.yml
119 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
compatibility-test.php
6.17 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
composer.json
2.44 KB
01/07/2025 12:10:28 PM
rw-r--r--
📁
features
-
01/07/2025 12:10:31 PM
rwxr-xr-x
📄
phpstan.neon
1.49 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
phpunit.xml.dist
863 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📁
src
-
05/19/2025 10:07:21 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:21 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" bootstrap="./tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" convertDeprecationsToExceptions="true" > <coverage> <include> <directory suffix=".php">src</directory> </include> <exclude> <directory>src/data</directory> </exclude> <report> <clover outputFile="clover.xml"/> </report> </coverage> <testsuites> <testsuite name="unit"> <directory suffix="Test.php">tests/</directory> <exclude>tests/Integ</exclude> </testsuite> <testsuite name="integ"> <directory suffix="Test.php">tests/Integ</directory> </testsuite> </testsuites> <logging/> </phpunit>