/
www
/
wwwroot
/
alo88.autos
/
wp-content
/
plugins
/
wp-content-crawler
/
app
/
vendor
/
mossadal
/
math-parser
/
Upload File
HOME
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupStaticAttributes="false" cacheTokens="false" colors="true" 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" strict="false" verbose="false" > <testsuites> <testsuite name="AllTests"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> <file></file> <exclude> <directory suffix=".php">vendor</directory> <file>src/Tester.php</file> </exclude> </whitelist> </filter> <logging> <log type="junit" target="tests/log/testresults.xml" logIncompleteSkipped="true"/> <log type="tap" target="tests/log/testresults.txt" logIncompleteSkipped="true"/> </logging> </phpunit>