Commit f24b0673 by Qiang Xue

Merge pull request #88 from toopay/develop

Testsuite config
parents 6a631ac3 985f076b
<phpunit bootstrap="bootstrap.php" <?xml version="1.0" encoding="utf-8"?>
colors="false" <phpunit bootstrap="./tests/unit/bootstrap.php"
colors="true"
convertErrorsToExceptions="true" convertErrorsToExceptions="true"
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
stopOnFailure="false"> stopOnFailure="false">
<testsuites>
<testsuite name="Yii Test Suite">
<directory>./tests/unit</directory>
</testsuite>
</testsuites>
</phpunit> </phpunit>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment