You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/21 15:47:42 UTC

svn commit: r999413 - /shindig/trunk/php/phpunit.xml.dist

Author: lindner
Date: Tue Sep 21 13:47:42 2010
New Revision: 999413

URL: http://svn.apache.org/viewvc?rev=999413&view=rev
Log:
phpunit 3.5 option conformance

Modified:
    shindig/trunk/php/phpunit.xml.dist

Modified: shindig/trunk/php/phpunit.xml.dist
URL: http://svn.apache.org/viewvc/shindig/trunk/php/phpunit.xml.dist?rev=999413&r1=999412&r2=999413&view=diff
==============================================================================
--- shindig/trunk/php/phpunit.xml.dist (original)
+++ shindig/trunk/php/phpunit.xml.dist Tue Sep 21 13:47:42 2010
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <phpunit backupGlobals="false"
+         backupStaticAttributes="false"
+         syntaxCheck="false"
          stopOnFailure="false">
   <testsuites>
     <testsuite name="shindig-php">