From 45805eab85631173fce88002c59f1dc48f714f28 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Fri, 18 Oct 2013 17:43:31 +1300
Subject: [PATCH] Adding UItests to the phpunit.xml

---
 tests/PHPUnit/phpunit.xml.dist | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index d115f1ad20..6778b37a8b 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -39,7 +39,9 @@
   <testsuite name="IntegrationTests">
       <directory>./Integration</directory>
   </testsuite>
-  <!-- NOTE: UI Tests are not included here since they significantly add to the test run time. -->
+  <testsuite name="UITests">
+      <directory>./UI</directory>
+  </testsuite>
 </testsuites>
 
 <!--
-- 
GitLab