Skip to content

Commit 87cf891

Browse files
authored
Merge pull request #319 from richard67/3.x-dev-fix-phpunit-appveyor-sql2017
[3.x] Use directory Tests/Sqlsrv in phpunit.appveyor_sql2017.xml.dist to fix failing AppVeyor
2 parents a82dc3c + dfbac45 commit 87cf891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.appveyor_sql2017.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</php>
1414
<testsuites>
1515
<testsuite name="Unit">
16-
<directory>Tests</directory>
16+
<directory>Tests/Sqlsrv</directory>
1717
</testsuite>
1818
</testsuites>
1919
</phpunit>

0 commit comments

Comments
 (0)