[ticket/249] Always run functional tests

B3P-249
This commit is contained in:
Marc Alexander
2014-06-09 00:14:02 +02:00
parent a2f728de3c
commit 727980f7e0
3 changed files with 1 additions and 58 deletions

View File

@@ -12,14 +12,13 @@
verbose="true"
bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="phpBB Gallery Test Suite">
<testsuite name="Board3 Portal Test Suite">
<directory suffix="_test.php">./tests</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>functional</group>
<group>slow</group>
</exclude>
</groups>