aboutsummaryrefslogblamecommitdiff
path: root/phpunit.xml.dist
blob: f59152167194a726884741ea330eea0927d745ef (plain) (tree)
1
2
3
4
5
6
7
8
9







                                           
                                               

                                 







                                              
          
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         convertDeprecationsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         bootstrap="./tests/bootstrap.php"
        >

    <testsuites>
        <testsuite name="Math Executor tests">
            <directory>./tests/</directory>
        </testsuite>
    </testsuites>
</phpunit>