# mlsimport/7.0.6/phpunit.xml

MLSImport: IDX Plugin &amp; MLS Plugin for Real Estate Listings, version 7.0.6. 10 lines.

- Page: https://pluginprobe.com/plugins/mlsimport/7.0.6/code/phpunit.xml
- Raw: https://pluginprobe.com/plugins/mlsimport/7.0.6/raw/phpunit.xml
- Modified: 2025-06-09T07:19:24+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/mlsimport/7.0.6/code/phpunit.xml#L10-L20`.

```xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php"
         colors="true">
    <testsuites>
        <testsuite name="MLSImport Test Suite">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
</phpunit>

```
