aboutsummaryrefslogblamecommitdiff
path: root/phpunit.xml.dist
blob: 56bd7e03f566fbd89c18c21acfb8b4b02d2507d1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                      











                                                                             
          
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  backupGlobals="false"
  colors="true"
  processIsolation="false"
  stopOnFailure="false"
  bootstrap="./tests/bootstrap.php"
  xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd">
  <testsuites>
    <testsuite name="Math Executor tests">
      <directory>./tests/</directory>
    </testsuite>
  </testsuites>
</phpunit>