ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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