aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-08-21 19:26:15 +0200
committerNils Adermann <naderman@naderman.de>2011-10-14 17:20:53 +0200
commit637d8eabe76907ce4a1e810d8b6bd964acb1b303 (patch)
tree63b82f29cb73a609987185ca026c6174e2068b27 /phpunit.xml.dist
parentMerge branch 'develop-olympus' into develop (diff)
downloadphpbb-637d8eabe76907ce4a1e810d8b6bd964acb1b303.tar.gz
phpbb-637d8eabe76907ce4a1e810d8b6bd964acb1b303.tar.bz2
phpbb-637d8eabe76907ce4a1e810d8b6bd964acb1b303.zip
[feature/functional-tests] Implementing functional test framework with goutte
PHPBB3-10414
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index a2bf2288cc..27dee48aac 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -19,6 +19,7 @@
<groups>
<exclude>
+ <group>functional</group>
<group>slow</group>
</exclude>
</groups>