Subversion-Projekte lars-tiefland.laravel_shop

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
148 lars 1
<phpunit backupGlobals="false"
2
         backupStaticAttributes="false"
3
         bootstrap="bootstrap.php"
4
         colors="false"
5
         convertErrorsToExceptions="true"
6
         convertNoticesToExceptions="true"
7
         convertWarningsToExceptions="true"
8
         processIsolation="false"
9
         stopOnFailure="false">
10
  <testsuites>
11
    <testsuite name="hamcrest-php">
12
      <directory suffix="Test.php">.</directory>
13
    </testsuite>
14
  </testsuites>
15
 
16
  <filter>
17
    <whitelist addUncoveredFilesFromWhitelist="true">
18
      <directory suffix=".php">../hamcrest</directory>
19
    </whitelist>
20
  </filter>
21
</phpunit>