OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
back_aws-ses
/
vendor
/
wildbit
/
postmark-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/04/2025 01:08:37 PM
rwxr-xr-x
📁
.circleci
-
01/04/2025 01:09:27 PM
rwxr-xr-x
📁
.git
-
01/04/2025 01:11:58 PM
rwxr-xr-x
📄
.gitignore
172 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📄
.php-cs-fixer.cache
14.9 KB
01/04/2025 01:08:37 PM
rw-r--r--
📄
.php-cs-fixer.dist.php
1.06 KB
05/19/2025 10:07:22 AM
rw-r--r--
📄
LICENSE
1.08 KB
01/04/2025 01:08:37 PM
rw-r--r--
📄
README.md
462 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📄
composer.json
833 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📄
phpstan.neon
53 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📄
phpunit.xml.dist
505 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📁
src
-
01/04/2025 01:10:17 PM
rwxr-xr-x
📄
testing_keys.json.example
581 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📁
tests
-
05/19/2025 10:07:22 AM
rwxr-xr-x
Editing: phpunit.xml.dist
Close
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" processIsolation="false" stopOnFailure="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true"> <testsuites> <testsuite name="unit"> <directory>tests/</directory> </testsuite> </testsuites> <logging> <junit outputFile="build/unit_report.xml"/> </logging> </phpunit>