OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
stella-maris
/
clock
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:05 AM
rwxr-xr-x
📄
.editorconfig
229 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
.git
-
08/12/2024 10:36:13 AM
rwxr-xr-x
📄
.gitattributes
163 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
.gitignore
46 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
.gitlab-ci.yml
801 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
.phive
-
08/12/2024 10:33:36 AM
rwxr-xr-x
📄
LICENSE.md
1.06 KB
08/12/2024 10:33:06 AM
rw-r--r--
📄
README.md
2.44 KB
08/12/2024 10:33:06 AM
rw-r--r--
📄
composer.json
488 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
phpunit.xml.dist
898 bytes
08/12/2024 10:33:06 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:36 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:36 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/9.5/phpunit.xsd" bootstrap="vendor/autoload.php" cacheResultFile=".phpunit.cache/test-results" executionOrder="depends,defects" forceCoversAnnotation="true" beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" convertDeprecationsToExceptions="true" failOnRisky="true" failOnWarning="true" testdox="true" verbose="true"> <testsuites> <testsuite name="default"> <directory>tests</directory> </testsuite> </testsuites> <coverage cacheDirectory=".phpunit.cache/code-coverage" processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> </coverage> </phpunit>