[ 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.bak
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name=":vendor Test Suite"> <directory suffix="Test.php">./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/</directory> </whitelist> </filter> <logging> <log type="junit" target="build/report.junit.xml"/> <log type="coverage-clover" target="build/logs/clover.xml"/> <log type="coverage-text" target="build/coverage.txt"/> <log type="coverage-html" target="build/coverage"/> </logging> </phpunit>