2015-02-06 15:19:41 -02:00
|
|
|
<phpunit bootstrap="test/bootstrap.php"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
stopOnError="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
syntaxCheck="true"
|
|
|
|
verbose="true"
|
|
|
|
>
|
2013-07-11 15:47:09 +04:00
|
|
|
<testsuites>
|
2014-11-29 22:11:11 +03:00
|
|
|
<testsuite name="Source">
|
|
|
|
<directory>test/src/</directory>
|
|
|
|
</testsuite>
|
|
|
|
<testsuite name="Recipes">
|
|
|
|
<directory>test/recipe/</directory>
|
2013-07-11 15:47:09 +04:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2014-11-29 22:11:11 +03:00
|
|
|
<filter>
|
2015-02-14 01:01:42 +03:00
|
|
|
<blacklist>
|
|
|
|
<directory suffix=".php">vendor/</directory>
|
|
|
|
<directory>bin/</directory>
|
2015-02-17 12:43:01 +03:00
|
|
|
<directory>src/Resources/</directory>
|
2015-02-14 01:01:42 +03:00
|
|
|
</blacklist>
|
2017-02-24 23:53:31 +07:00
|
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory>src/</directory>
|
|
|
|
<directory>recipe/</directory>
|
|
|
|
</whitelist>
|
2014-11-29 22:11:11 +03:00
|
|
|
</filter>
|
2015-01-02 20:52:02 +03:00
|
|
|
</phpunit>
|