Skip to content

Commit 41198ec

Browse files
committed
Try adding a phpunit.xml file.
1 parent 9923fa0 commit 41198ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpunit.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<phpunit>
2+
<testsuites>
3+
<testsuite name="Toggl">
4+
<directory>tests</directory>
5+
</testsuite>
6+
</testsuites>
7+
</phpunit>

0 commit comments

Comments
 (0)