--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/bundles/FOS/UserBundle/phpunit.xml.dist Fri Sep 30 11:24:53 2011 +0200
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<phpunit bootstrap="./Tests/bootstrap.php" color="true">
+<!--
+ <php>
+ <server name="SYMFONY" value="../../../symfony/src" />
+ <server name="KERNEL_DIR" value="../../../../app" />
+ </php>
+-->
+ <testsuites>
+ <testsuite name="FOSUserBundle">
+ <directory suffix="Test.php">./Tests</directory>
+ </testsuite>
+ </testsuites>
+
+ <filter>
+ <whitelist>
+ <directory>./</directory>
+ <exclude>
+ <directory>./Resources</directory>
+ <directory>./Tests</directory>
+ </exclude>
+ </whitelist>
+ </filter>
+</phpunit>