<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
         bootstrap="vendor/autoload.php"
         colors="true"
>
    <testsuites>
        <testsuite name="Unit">
            <directory>tests/Unit</directory>
        </testsuite>
        <testsuite name="Feature">
            <directory suffix="Test.php">./app/v1/Central/tests/Feature</directory>
           <!-- <directory suffix="Test.php">./app/v1/Dashboard/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Contact/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Product/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Setting/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/User/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Invoice/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Statistic/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Pipeline/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Estimate/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Appointment/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/PostOffice/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Application/tests/Feature</directory>
            <directory suffix="Test.php">./app/v1/Licence/tests/Feature</directory>-->

        </testsuite>
    </testsuites>
    <source>
        <include>
            <directory>app</directory>
        </include>
    </source>
    <php>
        <env name="APP_ENV" value="testing"/>
    </php>
</phpunit>
