mirror of
https://github.com/flarum/core.git
synced 2025-08-13 03:44:32 +02:00
part one of adding tests, updating core
This commit is contained in:
@@ -11,9 +11,12 @@
|
||||
syntaxCheck="false">
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="installation">
|
||||
<directory suffix="Test.php">./tests/Install</directory>
|
||||
</testsuite>
|
||||
<testsuite name="all">
|
||||
<directory suffix="Test.php">./tests</directory>
|
||||
<exclude>./tests/Install</exclude>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
</phpunit>
|
||||
|
Reference in New Issue
Block a user