ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilServicesStyleSystemSuite Class Reference
+ Inheritance diagram for ilServicesStyleSystemSuite:
+ Collaboration diagram for ilServicesStyleSystemSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Member Function Documentation

◆ suite()

static ilServicesStyleSystemSuite::suite ( )
static

Definition at line 15 of file ilServicesStyleSystemSuite.php.

References $file, and $suite.

16  {
18 
19  $base_dir = "./Services/Style/System/test/";
20 
21  $dir = opendir($base_dir);
22  while($file = readdir($dir))
23  {
24  if (strpos($file, 'Test.php') !== false)
25  {
26  include_once($base_dir.$file);
27  $test_class = str_replace(".php","",$file);
28  $suite->addTestSuite($test_class);
29  }
30  }
31  return $suite;
32  }
$suite
if(!file_exists("$old.txt")) if($old===$new) if(file_exists("$new.txt")) $file

The documentation for this class was generated from the following file: