# wp-super-minify/trunk/phpunit.xml

WP Super Minify • Minify, Compress and Cache HTML, CSS &amp; JavaScript, version trunk. 15 lines.

- Page: https://pluginprobe.com/plugins/wp-super-minify/trunk/code/phpunit.xml
- Raw: https://pluginprobe.com/plugins/wp-super-minify/trunk/raw/phpunit.xml
- Modified: 2025-02-16T14:33:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-super-minify/trunk/code/phpunit.xml#L10-L20`.

```xml
<phpunit
  bootstrap="tests/bootstrap.php"
  backupGlobals="false"
  colors="true"
  convertErrorsToExceptions="true"
  convertNoticesToExceptions="true"
  convertWarningsToExceptions="true"
  >
  <testsuites>
    <testsuite>
      <directory prefix="test-" suffix=".php">./tests/</directory>
    </testsuite>
  </testsuites>
</phpunit>

```
