ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesContactSuite.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
5 
6 require_once __DIR__ . '/bootstrap.php';
7 
12 class ilServicesContactSuite extends TestSuite
13 {
17  public static function suite()
18  {
19  $suite = new self();
20 
21  $suite->addTestSuite(ilBuddySystemTestSuite::class);
22 
23  return $suite;
24  }
25 }
$suite