PluginProbe ʕ •ᴥ•ʔ
TinyPNG – JPEG, PNG & WebP image compression / 3.5.2
TinyPNG – JPEG, PNG & WebP image compression v3.5.2
3.7.0 3.6.14 trunk 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.4.0 1.5.0 1.6.0 1.7.0 1.7.1 1.7.2 2.0.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 3.0.0 3.0.1 3.1.0 3.2.0 3.2.1 3.3 3.4 3.4.1 3.4.2 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.5.2 3.6.0 3.6.1 3.6.10 3.6.11 3.6.12 3.6.13 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.6.9
tiny-compress-images / phpunit.xml
tiny-compress-images Last commit date
.github 1 year ago .vscode 1 year ago bin 1 year ago src 1 year ago .distignore 1 year ago .gitignore 1 year ago .travis.yml 4 years ago .wp-env.json 1 year ago LICENSE 3 years ago composer.json 1 year ago composer.lock 1 year ago package-lock.json 1 year ago package.json 1 year ago phpcs.xml 1 year ago phpunit.xml 1 year ago playwright.config.ts 1 year ago readme.txt 1 year ago tiny-compress-images.php 1 year ago
phpunit.xml
9 lines
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <phpunit colors="true">
4 <testsuites>
5 <testsuite name="Unit Tests">
6 <directory>./test/unit</directory>
7 </testsuite>
8 </testsuites>
9 </phpunit>