1
0
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:
Daniel Klabbers
2018-04-13 07:13:10 +02:00
parent 51a4c845f1
commit 42d22f7c06
14 changed files with 310 additions and 9 deletions

View File

@@ -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>