?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/gamification/



?? Go up: /home/webdevt/prestashop17/modules

?? Viewing: phpunit.xml

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd"
    bootstrap="tests/autoload.php">

    <testsuites>
        <testsuite name="Unit tests">
            <directory>tests/unit/</directory>
        </testsuite>
      <testsuite name="Functional tests">
        <directory>tests/functional/</directory>
      </testsuite>
    </testsuites>

    <filter>
      <whitelist>
        <directory suffix=".php">classes</directory>
      </whitelist>
    </filter>

    <logging>
      <log type="coverage-clover" target="build/clover.xml"/>
    </logging>
</phpunit>


??

??