OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:50:12 AM
rwxr-xr-x
📁
.changes
-
08/14/2024 10:51:11 AM
rwxr-xr-x
📁
.git
-
08/14/2024 10:53:35 AM
rwxr-xr-x
📄
.gitattributes
767 bytes
08/14/2024 10:50:12 AM
rw-r--r--
📁
.github
-
08/14/2024 10:51:39 AM
rwxr-xr-x
📄
.gitignore
432 bytes
08/14/2024 10:50:12 AM
rw-r--r--
📄
CHANGELOG.md
1.38 MB
08/14/2024 10:50:12 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
313 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
CONTRIBUTING.md
7.61 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
CRT_INSTRUCTIONS.md
293 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
LICENSE
9.12 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
Makefile
6.44 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
NOTICE
655 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
README.md
12.02 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
THIRD-PARTY-LICENSES
4 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
UPGRADING.md
14.27 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
behat.yml
1.77 KB
08/14/2024 10:50:12 AM
rw-r--r--
📁
build
-
08/14/2024 10:51:40 AM
rwxr-xr-x
📄
codecov.yml
119 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📄
compatibility-test.php
6.17 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
composer.json
2.44 KB
08/14/2024 10:50:13 AM
rw-r--r--
📁
features
-
08/14/2024 10:56:09 AM
rwxr-xr-x
📄
phpstan.neon
1.49 KB
08/14/2024 10:50:13 AM
rw-r--r--
📄
phpunit.xml.dist
863 bytes
08/14/2024 10:50:13 AM
rw-r--r--
📁
src
-
08/14/2024 10:55:35 AM
rwxr-xr-x
📁
tests
-
08/14/2024 10:55:48 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>