Blame view

sources/apps/files_external/3rdparty/phpseclib/phpunit.xml.dist 409 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?xml version="1.0" encoding="UTF-8"?>
  
  <phpunit bootstrap="tests/bootstrap.php"
           colors="true"
  >
      <testsuites>
          <testsuite name="phpseclib Test Suite">
              <directory>./tests/</directory>
          </testsuite>
      </testsuites>
  
      <!-- Code Coverage -->
      <filter>
          <whitelist>
              <directory>./phpseclib/</directory>
          </whitelist>
      </filter>
  </phpunit>