Skip to content

Commit 86728af

Browse files
committed
Fix path in phpunit.travis.xml
1 parent 70fb0d4 commit 86728af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.travis.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<testsuites>
1414
<testsuite name="Unit">
15-
<directory>src/Joomla/*/Tests</directory>
15+
<directory>tests/tracker</directory>
1616
</testsuite>
1717
</testsuites>
1818

0 commit comments

Comments
 (0)