2012-01-19 22:32:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="./bootstrap.php"
|
|
|
|
backupGlobals="true"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
processIsolation="false"
|
|
|
|
syntaxCheck="true"
|
|
|
|
verbose="true"
|
|
|
|
strict="true"
|
|
|
|
stopOnError="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
stopOnIncomplete="false"
|
|
|
|
stopOnSkipped="false">
|
|
|
|
<testsuite name="PHPExcel Unit Test Suite">
|
2012-07-31 20:56:11 +00:00
|
|
|
<directory suffix="Test.php">./Classes</directory>
|
2012-01-19 22:32:58 +00:00
|
|
|
</testsuite>
|
|
|
|
</phpunit>
|