gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

phpunit.xml.dist (635B)


      1 <?xml version="1.0"?>
      2 <phpunit
      3     bootstrap="./vendor/autoload.php"
      4     colors="true"
      5     convertErrorsToExceptions="true"
      6     convertNoticesToExceptions="true"
      7     convertWarningsToExceptions="true"
      8     verbose="true"
      9     stopOnFailure="false"
     10     processIsolation="false"
     11     backupGlobals="false"
     12     syntaxCheck="true"
     13 >
     14     <testsuite name="Doctrine\Instantiator tests">
     15         <directory>./tests/DoctrineTest/InstantiatorTest</directory>
     16     </testsuite>
     17     <filter>
     18         <whitelist addUncoveredFilesFromWhitelist="true">
     19             <directory suffix=".php">./src</directory>
     20         </whitelist>
     21     </filter>
     22 </phpunit>