MDL-77576 core: Add testsuite for communication

Add testsuite for core communication to runn all
the tests for that subsystem.

Originally implemented as MDL-76702.

Co-Authored-By: Safat Shahin <[email protected]>
This commit is contained in:
Safat
2023-05-05 14:42:45 +10:00
parent 37539dca0c
commit e703bdeb0a
+3
View File
@@ -217,6 +217,9 @@
<testsuite name="core_admin_testsuite">
<directory suffix="_test.php">admin/tests</directory>
</testsuite>
<testsuite name="core_communication_testsuite">
<directory suffix="_test.php">communication/tests</directory>
</testsuite>
<!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from
phpunit.xml.dist with up-to-date list of plugins in current install-->