# betterdocs/4.8.0/phpunit.xml

BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ &amp; Chatbot, version 4.8.0. 17 lines.

- Page: https://pluginprobe.com/plugins/betterdocs/4.8.0/code/phpunit.xml
- Raw: https://pluginprobe.com/plugins/betterdocs/4.8.0/raw/phpunit.xml
- Modified: 2026-08-04T07:29:08+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/betterdocs/4.8.0/code/phpunit.xml#L10-L20`.

```xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="tests/vendor/phpunit/phpunit/phpunit.xsd"
         bootstrap="tests/bootstrap.php"
         colors="true"
         cacheResultFile="tests/.phpunit.result.cache"
         convertErrorsToExceptions="true"
         convertWarningsToExceptions="true"
         convertNoticesToExceptions="true"
         failOnWarning="true">
    <testsuites>
        <testsuite name="BetterDocs AI Unit Tests">
            <directory suffix="Test.php">tests/Unit</directory>
        </testsuite>
    </testsuites>
</phpunit>

```
