OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
3-31-025chanakya
/
Xpress
/
vendor
/
mtdowling
/
jmespath.php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/26/2025 04:21:34 AM
rwxr-xr-x
📁
.git
-
03/26/2025 04:28:06 AM
rwxr-xr-x
📄
.gitattributes
177 bytes
03/26/2025 04:21:34 AM
rw-r--r--
📁
.github
-
03/26/2025 04:24:28 AM
rwxr-xr-x
📄
.gitignore
81 bytes
03/26/2025 04:21:34 AM
rw-r--r--
📄
CHANGELOG.md
2.41 KB
03/26/2025 04:21:34 AM
rw-r--r--
📄
LICENSE
1.08 KB
03/26/2025 04:21:34 AM
rw-r--r--
📄
Makefile
284 bytes
03/26/2025 04:21:34 AM
rw-r--r--
📄
README.rst
4.06 KB
03/26/2025 04:21:34 AM
rw-r--r--
📁
bin
-
03/26/2025 04:23:10 AM
rwxr-xr-x
📄
composer.json
1.01 KB
03/26/2025 04:21:34 AM
rw-r--r--
📄
phpunit.xml.dist
629 bytes
03/26/2025 04:21:34 AM
rw-r--r--
📁
src
-
03/26/2025 04:23:10 AM
rwxr-xr-x
📁
tests
-
03/26/2025 04:24:28 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>