ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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  require_once 'Services/Contact/BuddySystem/test/ilBuddySystemTestSuite.php';
22  $suite->addTestSuite('ilBuddySystemTestSuite');
23 
24  return $suite;
25  }
26 }
$suite