PhpSpreadsheet/unitTests/phpunit.xml

20 lines
591 B
XML
Raw Normal View History

<?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>
</testsuite>
</phpunit>