OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
knoblyExpressLandingPage
/
vendor
/
wildbit
/
postmark-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/21/2024 10:01:26 AM
rwxr-xr-x
📁
.circleci
-
08/21/2024 10:02:48 AM
rwxr-xr-x
📁
.git
-
08/21/2024 10:05:46 AM
rwxr-xr-x
📄
.gitignore
172 bytes
08/21/2024 10:01:26 AM
rw-r--r--
📄
.php-cs-fixer.cache
14.9 KB
08/21/2024 10:01:26 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
1.06 KB
08/21/2024 10:01:26 AM
rw-r--r--
📄
LICENSE
1.08 KB
08/21/2024 10:01:26 AM
rw-r--r--
📄
README.md
462 bytes
08/21/2024 10:01:26 AM
rw-r--r--
📄
composer.json
833 bytes
08/21/2024 10:01:26 AM
rw-r--r--
📄
phpstan.neon
53 bytes
08/21/2024 10:01:26 AM
rw-r--r--
📄
phpunit.xml.dist
505 bytes
08/21/2024 10:01:26 AM
rw-r--r--
📁
src
-
08/21/2024 10:04:15 AM
rwxr-xr-x
📄
testing_keys.json.example
581 bytes
08/21/2024 10:01:26 AM
rw-r--r--
📁
tests
-
08/21/2024 10:02:49 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>