OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
side_navbar_testing
/
assets
/
payment
/
vendor
/
rmccue
/
requests
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/06/2025 05:37:11 AM
rwxr-xr-x
📄
.codecov.yml
363 bytes
03/06/2025 05:37:11 AM
rw-r--r--
📄
.editorconfig
240 bytes
03/06/2025 05:37:11 AM
rw-r--r--
📁
.git
-
03/06/2025 05:37:46 AM
rwxr-xr-x
📄
.gitattributes
292 bytes
03/06/2025 05:37:12 AM
rw-r--r--
📄
.gitignore
599 bytes
03/06/2025 05:37:12 AM
rw-r--r--
📄
.phpcs.xml.dist
9.62 KB
03/06/2025 05:37:12 AM
rw-r--r--
📄
CHANGELOG.md
53.54 KB
03/06/2025 05:37:12 AM
rw-r--r--
📄
LICENSE
2.3 KB
03/06/2025 05:37:12 AM
rw-r--r--
📄
README.md
6.45 KB
03/06/2025 05:37:12 AM
rw-r--r--
📁
build
-
03/06/2025 05:37:34 AM
rwxr-xr-x
📁
certificates
-
03/06/2025 05:37:15 AM
rwxr-xr-x
📄
composer.json
2.46 KB
03/06/2025 05:37:12 AM
rw-r--r--
📁
docs
-
03/06/2025 05:37:15 AM
rwxr-xr-x
📁
examples
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📁
library
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
phpdoc.dist.xml
971 bytes
03/06/2025 05:37:12 AM
rw-r--r--
📄
phpunit.xml.dist
723 bytes
03/06/2025 05:37:12 AM
rw-r--r--
📁
src
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:13 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="https://schema.phpunit.de/7.5/phpunit.xsd" backupGlobals="true" bootstrap="tests/bootstrap.php" convertDeprecationsToExceptions="true" colors="true" verbose="true" > <testsuites> <testsuite name="RequestsTests"> <directory suffix="Test.php">tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-html" target="tests/coverage" lowUpperBound="35" highLowerBound="90"/> </logging> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>