Skip to content

Commit 0863716

Browse files
committed
test: Fix PHPUnit Config
1 parent 01ef31b commit 0863716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</logging>
1818
<testsuites>
1919
<testsuite name="HTML Elements Tests">
20-
<directory>./WebFiori/Tests/UI</directory>
20+
<directory>./WebFiori/Tests/Ui</directory>
2121
</testsuite>
2222
</testsuites>
2323
</phpunit>

0 commit comments

Comments
 (0)