OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress_backup
/
vendor
/
mtdowling
/
jmespath.php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/06/2025 08:04:14 AM
rwxr-xr-x
📁
.git
-
01/06/2025 08:36:13 AM
rwxr-xr-x
📄
.gitattributes
177 bytes
01/06/2025 08:04:15 AM
rw-r--r--
📁
.github
-
01/06/2025 08:24:40 AM
rwxr-xr-x
📄
.gitignore
81 bytes
01/06/2025 08:04:15 AM
rw-r--r--
📄
CHANGELOG.md
2.41 KB
01/06/2025 08:04:15 AM
rw-r--r--
📄
LICENSE
1.08 KB
01/06/2025 08:04:16 AM
rw-r--r--
📄
Makefile
284 bytes
01/06/2025 08:04:16 AM
rw-r--r--
📄
README.rst
4.06 KB
01/06/2025 08:04:16 AM
rw-r--r--
📁
bin
-
05/19/2025 10:07:18 AM
rwxr-xr-x
📄
composer.json
1.01 KB
01/06/2025 08:04:15 AM
rw-r--r--
📄
phpunit.xml.dist
629 bytes
01/06/2025 08:04:16 AM
rw-r--r--
📁
src
-
05/19/2025 10:07:18 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:18 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" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" colors="true" failOnRisky="true" failOnWarning="true" convertDeprecationsToExceptions="true" > <testsuites> <testsuite name="Unit Tests"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>