OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
monolog
/
monolog
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:00 AM
rwxr-xr-x
📄
.editorconfig
191 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
.git
-
08/12/2024 10:35:55 AM
rwxr-xr-x
📄
.gitattributes
257 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:19 AM
rwxr-xr-x
📄
.gitignore
127 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
.php-cs-fixer.php
2.25 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
CHANGELOG.md
46.64 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
LICENSE
1.06 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
README.md
6.58 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
UPGRADE.md
6.93 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
_config.yml
25 bytes
08/12/2024 10:33:01 AM
rw-r--r--
📄
composer.json
3.07 KB
08/12/2024 10:33:01 AM
rw-r--r--
📁
doc
-
08/12/2024 10:33:27 AM
rwxr-xr-x
📄
favicon.ico
11.31 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
logo.jpg
690.94 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
phpstan-baseline.neon
3.82 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
phpstan.neon.dist
1.13 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
phpunit.xml.dist
657 bytes
08/12/2024 10:33:01 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:19 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:34:19 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" bootstrap="tests/bootstrap.php" colors="true" beStrictAboutTestsThatDoNotTestAnything="false"> <testsuites> <testsuite name="Monolog Test Suite"> <directory>tests/Monolog/</directory> </testsuite> </testsuites> <coverage/> <php> <ini name="date.timezone" value="UTC"/> </php> <source> <include> <directory suffix=".php">src/Monolog/</directory> </include> </source> </phpunit>