ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilUtilitiesSuite.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
13 {
18  public static function suite()
19  {
20  $suite = new ilServicesWorkflowEngineSuite();
21 
22  require_once './Services/Utilities/test/class.ilBitmaskTest.php';
23  $suite->addTestSuite('ilBitmaskTest');
24 
25  return $suite;
26  }
27 }