We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e558199 commit 2680acbCopy full SHA for 2680acb
2 files changed
.travis.yml
@@ -9,8 +9,6 @@ matrix:
9
env: DB=mariadb
10
- php: 7.1
11
env: DB=postgres
12
- - php: 7.1
13
- env: DB=sqlite3
14
15
env: DB=mysqli # MyISAM
16
- php: 7.2
phpunit.xml.dist
@@ -15,10 +15,14 @@
<testsuite name="Extension Test Suite">
<directory suffix="_test.php">./tests</directory>
17
<exclude>./tests/functional</exclude>
18
+ <exclude>./tests/ui</exclude>
19
</testsuite>
20
<testsuite name="Extension Functional Tests">
21
<directory suffix="_test.php">./tests/functional/</directory>
22
23
+ <testsuite name="Extension UI Tests">
24
+ <directory suffix="_test.php">./tests/ui</directory>
25
+ </testsuite>
26
</testsuites>
27
28
<filter>
0 commit comments