ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilServicesAccessControlSuite.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
5 {
6  public static function suite()
7  {
8  PHPUnit_Framework_Error_Deprecated::$enabled = false;
9 
11 
12  include_once("./Services/AccessControl/test/ilRBACTest.php");
13  $suite->addTestSuite("ilRBACTest");
14 
15  return $suite;
16  }
17 }
$suite