<!--
~ This file is part of the Devtronic Tree Classifier package.
~
~ (c) Julian Finkler <admin@developer-heaven.de>
~
~ For the full copyright and license information, please read the LICENSE
~ file that was distributed with this source code.
-->
<phpunit bootstrap="tests/autoload.php">
<testsuites>
<testsuite name="Devtronic Tree Classifier Test Suite">
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
|