OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress_backup
/
vendor
/
wildbit
/
postmark-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/06/2025 08:04:42 AM
rwxr-xr-x
📁
.circleci
-
01/06/2025 08:13:40 AM
rwxr-xr-x
📁
.git
-
01/06/2025 08:37:06 AM
rwxr-xr-x
📄
.gitignore
172 bytes
01/06/2025 08:04:43 AM
rw-r--r--
📄
.php-cs-fixer.cache
14.9 KB
01/06/2025 08:04:43 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
1.06 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
LICENSE
1.08 KB
01/06/2025 08:04:44 AM
rw-r--r--
📄
README.md
462 bytes
01/06/2025 08:04:44 AM
rw-r--r--
📄
composer.json
833 bytes
01/06/2025 08:04:43 AM
rw-r--r--
📄
phpstan.neon
53 bytes
01/06/2025 08:04:44 AM
rw-r--r--
📄
phpunit.xml.dist
505 bytes
01/06/2025 08:04:44 AM
rw-r--r--
📁
src
-
01/06/2025 08:26:05 AM
rwxr-xr-x
📄
testing_keys.json.example
581 bytes
01/06/2025 08:04:44 AM
rw-r--r--
📁
tests
-
05/19/2025 10:07:19 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>