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

travis-ci.xml (519B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 
      3 <phpunit backupGlobals="false"
      4          backupStaticAttributes="false"
      5          colors="true">
      6   <testsuites>
      7     <testsuite name="PHP_CodeCoverage">
      8       <directory suffix="Test.php">../tests/PHP</directory>
      9     </testsuite>
     10   </testsuites>
     11 
     12   <logging>
     13     <log type="coverage-text" target="php://stdout"/>
     14   </logging>
     15 
     16   <filter>
     17     <whitelist addUncoveredFilesFromWhitelist="true">
     18       <directory suffix=".php">../src</directory>
     19     </whitelist>
     20   </filter>
     21 </phpunit>