2015-03-18 18:37:35 +00:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
|
2015-05-01 20:47:11 +00:00
|
|
|
bootstrap="tests/autoload.php"
|
2015-05-01 18:40:10 +00:00
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
forceCoversAnnotation="false"
|
|
|
|
mapTestClassNameToCoveredClassName="false"
|
|
|
|
printerClass="PHPUnit_TextUI_ResultPrinter"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnError="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
stopOnIncomplete="false"
|
|
|
|
stopOnSkipped="false"
|
|
|
|
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
|
|
|
|
timeoutForSmallTests="1"
|
|
|
|
timeoutForMediumTests="10"
|
|
|
|
timeoutForLargeTests="60"
|
|
|
|
verbose="true">
|
2015-03-18 18:37:35 +00:00
|
|
|
|
|
|
|
<testsuites>
|
2015-05-01 18:40:10 +00:00
|
|
|
<testsuite name="Core Functionality">
|
2015-03-18 18:37:35 +00:00
|
|
|
<directory>tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|