Updated integration to Travis-CI
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
7a55d6e026
commit
a8dff3d6d7
40 changed files with 139 additions and 100 deletions
24
src/application/modules/WootookCore/test/phpunit.xml
Normal file
24
src/application/modules/WootookCore/test/phpunit.xml
Normal 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>
|
||||
Loading…
Reference in a new issue