<phpunit bootstrap="vendor/autoload.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         stopOnFailure="false"
         syntaxCheck="true">
    <testsuite name="Swagger-PHP TestSuite">
        <directory>tests/</directory>
    </testsuite>
</phpunit>
