Blame view

vendor/rmrevin/yii2-fontawesome/phpunit.xml.dist 780 Bytes
e9aa73b0   andryeyev   + adminLte
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="utf-8"?>
  <phpunit bootstrap="./tests/unit/bootstrap.php"
           colors="true"
           convertErrorsToExceptions="true"
           convertNoticesToExceptions="true"
           convertWarningsToExceptions="true"
           stopOnFailure="false">
      <filter>
280e92c2   Dmitryi   авторизация через...
9
10
11
12
13
14
15
          <whitelist>
              <directory suffix=".php">./</directory>
              <exclude>
                  <directory>./tests</directory>
                  <directory>./vendor</directory>
              </exclude>
          </whitelist>
e9aa73b0   andryeyev   + adminLte
16
17
18
19
20
21
22
23
24
25
      </filter>
      <testsuites>
          <testsuite name="Test Suite">
              <directory>./tests/unit/fontawesome</directory>
          </testsuite>
      </testsuites>
      <logging>
          <log type="coverage-html" target="./coverage"/>
      </logging>
  </phpunit>