Author: caefer
Date: 2010-03-22 14:52:17 +0100 (Mon, 22 Mar 2010)
New Revision: 28675

Added:
   plugins/sfImageTransformExtraPlugin/trunk/phpunit.xml
Removed:
   plugins/sfImageTransformExtraPlugin/trunk/test/phpunit.xml
Log:
moved phpunit.xml to plugin root

Copied: plugins/sfImageTransformExtraPlugin/trunk/phpunit.xml (from rev 28643, 
plugins/sfImageTransformExtraPlugin/trunk/test/phpunit.xml)
===================================================================
--- plugins/sfImageTransformExtraPlugin/trunk/phpunit.xml                       
        (rev 0)
+++ plugins/sfImageTransformExtraPlugin/trunk/phpunit.xml       2010-03-22 
13:52:17 UTC (rev 28675)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<phpunit backupGlobals="false"
+         backupStaticAttributes="false"
+         colors="false"
+         convertErrorsToExceptions="true"
+         convertNoticesToExceptions="true"
+         convertWarningsToExceptions="true"
+         processIsolation="false"
+         stopOnFailure="false"
+         syntaxCheck="false">
+
+  <testsuites>
+    <testsuite name="sfImageTransformExtraPlugin Suite">
+      <directory>./test/unit/</directory>
+    </testsuite>
+  </testsuites>
+
+  <filter>
+    <whitelist addUncoveredFilesFromWhitelist="true">
+      <directory suffix=".class.php">./lib/</directory>
+      <directory suffix=".class.php">./config/</directory>
+    </whitelist>
+  </filter>
+</phpunit>

Deleted: plugins/sfImageTransformExtraPlugin/trunk/test/phpunit.xml
===================================================================
--- plugins/sfImageTransformExtraPlugin/trunk/test/phpunit.xml  2010-03-22 
13:33:57 UTC (rev 28674)
+++ plugins/sfImageTransformExtraPlugin/trunk/test/phpunit.xml  2010-03-22 
13:52:17 UTC (rev 28675)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<phpunit backupGlobals="false"
-         backupStaticAttributes="true"
-         bootstrap="./bootstrap/unit.php"
-         colors="false"
-         convertErrorsToExceptions="true"
-         convertNoticesToExceptions="true"
-         convertWarningsToExceptions="true"
-         processIsolation="true"
-         stopOnFailure="true"
-         syntaxCheck="true">
-  <filter>
-    <whitelist addUncoveredFilesFromWhitelist="true">
-      <directory suffix=".class.php">../</directory>
-      <exclude>
-        <directory suffix=".php">./</directory>
-        <directory suffix=".php">../modules/</directory>
-      </exclude>
-    </whitelist>
-  </filter>
-</phpunit>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to