Skip to content

Commit e1c9085

Browse files
Add Browser testsuite to phpunit.xml
1 parent 23ca46d commit e1c9085

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<testsuite name="Feature">
1212
<directory>tests/Feature</directory>
1313
</testsuite>
14+
<testsuite name="Browser">
15+
<directory>tests/Browser</directory>
16+
</testsuite>
1417
</testsuites>
1518
<source>
1619
<include>

0 commit comments

Comments
 (0)