Updated integration to Travis-CI

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
Gregory PLANCHAT 2012-07-12 03:35:31 +02:00
commit a8dff3d6d7
40 changed files with 139 additions and 100 deletions

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="./bootstrap.php"
>
<testsuites>
<testsuite name="Wootook Core module - Unit tests">
<directory>./php/WootookTest/Core</directory>
</testsuite>
<!--
<testsuite name="Wootook Core module - Integration tests">
<directory>./php/WootookIntegration/Core</directory>
</testsuite>
-->
</testsuites>
</phpunit>