Blame view

export/PHPRtfLite-1.3.1/tests/phpunit.xml.dist 405 Bytes
f90e19c3   Andrea Petta   plugin update
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?xml version="1.0" encoding="UTF-8"?>
  <phpunit bootstrap="bootstrap.php"
           colors="false"
           convertErrorsToExceptions="true"
           convertNoticesToExceptions="true"
           convertWarningsToExceptions="true"
           syntaxCheck="false"
  >
      <testsuites>
          <testsuite name="PHPRtfLiteSuite">
              <directory>.</directory>
          </testsuite>
      </testsuites>
  </phpunit>