Skip to content

Commit f23c89a

Browse files
committed
Fix test unit
1 parent 2c505f1 commit f23c89a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ and open the template in the editor.
2121

2222
<testsuites>
2323
<testsuite name="Test Suite">
24-
<directory>./tests/</directory>
24+
<!--<directory>./tests/</directory>-->
25+
<file>./tests/SqliteCommandTest.php</file>
2526
</testsuite>
2627
</testsuites>
2728

0 commit comments

Comments
 (0)