Skip to content
Snippets Groups Projects
Select Git revision
  • 0f0f53fa1dc7f175986343be8f21ff0deed72f2f
  • master default protected
  • 67-multithreading-is-plattform-dependent
  • cmake_windows
  • v0.8.4
  • v0.8.3
  • v0.8.2
  • v0.8
  • v0.7
  • v0.6
  • v0.5-alpha
  • v0.4
12 results

InteractorStyle.cpp

Blame
  • phpunit.xml.dist 678 B
    <?xml version="1.0" encoding="UTF-8"?>
    <phpunit bootstrap="./vendor/autoload.php"
             colors="true"
             convertErrorsToExceptions="true"
             convertNoticesToExceptions="true"
             convertWarningsToExceptions="true"
             stopOnFailure="false">
        <testsuites>
            <testsuite>
                <directory>./test/Api</directory>
                <directory>./test/Model</directory>
            </testsuite>
        </testsuites>
    
        <filter>
            <whitelist processUncoveredFilesFromWhitelist="true">
                <directory suffix=".php">./lib/Api</directory>
                <directory suffix=".php">./lib/Model</directory>
            </whitelist>
        </filter>
    </phpunit>