Skip to content

Commit

Permalink
[ticket/12962] Run UI tests on Travis-mysql
Browse files Browse the repository at this point in the history
PHPBB3-12962
  • Loading branch information
dhruvgoel92 committed Sep 21, 2014
1 parent c0d3cf6 commit 6de352f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install:

before_script:
- travis/setup-database.sh $DB $TRAVIS_PHP_VERSION
- phantomjs --webdriver=8910

script:
- travis/phing-sniff.sh $DB $TRAVIS_PHP_VERSION
Expand Down
4 changes: 4 additions & 0 deletions travis/phpunit-mysql-travis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@
<directory suffix="_test.php">../tests</directory>
<exclude>../tests/functional</exclude>
<exclude>../tests/lint_test.php</exclude>
<exclude>../tests/ui</exclude>
</testsuite>
<testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
</testsuite>
<testsuite name="phpBB UI Tests">
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/ui</directory>
</testsuite>
</testsuites>

<groups>
Expand Down

0 comments on commit 6de352f

Please sign in to comment.