OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
lcobucci
/
clock
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:00 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:35:48 AM
rwxr-xr-x
📄
.gitattributes
279 bytes
08/12/2024 10:32:59 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:16 AM
rwxr-xr-x
📄
.gitignore
117 bytes
08/12/2024 10:32:59 AM
rw-r--r--
📄
LICENSE
1.07 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
Makefile
805 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
README.md
2.57 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
composer.json
1.01 KB
08/12/2024 10:32:59 AM
rw-r--r--
📄
composer.lock
173.94 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
infection.json.dist
212 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpcs.xml.dist
443 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpstan.neon.dist
72 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpunit.xml.dist
990 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:25 AM
rwxr-xr-x
📁
test
-
08/12/2024 10:33:26 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" verbose="true" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutTodoAnnotatedTests="true" beStrictAboutChangesToGlobalState="true" beStrictAboutCoversAnnotation="true" beStrictAboutResourceUsageDuringSmallTests="true" forceCoversAnnotation="true" executionOrder="random" failOnRisky="true" failOnWarning="true" > <php> <ini name="date.timezone" value="UTC" /> </php> <testsuites> <testsuite name="unit"> <directory>test</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> </coverage> </phpunit>