ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesYUISuite.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
28 {
29  public static function suite(): self
30  {
31  $suite = new self();
33  require_once("./Services/YUI/test/YUITest.php");
34  $suite->addTestSuite("YUITest");
35 
36  return $suite;
37  }
38 }