From e47528c28ad00acdb89d560261c780ba1f8e1b36 Mon Sep 17 00:00:00 2001 From: Fernando Ontiveros Date: Tue, 16 Oct 2012 14:45:41 -0400 Subject: [PATCH] JENKINS-CI changing phpunit.xml to first stage in jenkins, in this first stage we only check style and basic phpunits --- phpunit.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c423da389..d3ed5e4d7 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,14 +7,13 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" - syntaxCheck="false" + stopOnFailure="true" + syntaxCheck="true" bootstrap="tests/bootstrap.php" > ./tests/automated/ - ./tests/unit/backend/services/