Skip to content

Commit 2680acb

Browse files
committed
Fix ideas test environments
1 parent e558199 commit 2680acb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ matrix:
99
env: DB=mariadb
1010
- php: 7.1
1111
env: DB=postgres
12-
- php: 7.1
13-
env: DB=sqlite3
1412
- php: 7.1
1513
env: DB=mysqli # MyISAM
1614
- php: 7.2

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
<testsuite name="Extension Test Suite">
1616
<directory suffix="_test.php">./tests</directory>
1717
<exclude>./tests/functional</exclude>
18+
<exclude>./tests/ui</exclude>
1819
</testsuite>
1920
<testsuite name="Extension Functional Tests">
2021
<directory suffix="_test.php">./tests/functional/</directory>
2122
</testsuite>
23+
<testsuite name="Extension UI Tests">
24+
<directory suffix="_test.php">./tests/ui</directory>
25+
</testsuite>
2226
</testsuites>
2327

2428
<filter>

0 commit comments

Comments
 (0)