ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilServicesTermsOfServiceSuite Class Reference
+ Inheritance diagram for ilServicesTermsOfServiceSuite:
+ Collaboration diagram for ilServicesTermsOfServiceSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 17 of file ilServicesTermsOfServiceSuite.php.

Member Function Documentation

◆ suite()

static ilServicesTermsOfServiceSuite::suite ( )
static
Returns
self

Definition at line 22 of file ilServicesTermsOfServiceSuite.php.

References $suite.

23  {
24  $suite = new self();
25 
26  require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceEntityFactoryTest.php';
27  $suite->addTestSuite('ilTermsOfServiceEntityFactoryTest');
28 
29  require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceDataGatewayFactoryTest.php';
30  $suite->addTestSuite('ilTermsOfServiceDataGatewayFactoryTest');
31 
32  require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceTableDataProviderFactoryTest.php';
33  $suite->addTestSuite('ilTermsOfServiceTableDataProviderFactoryTest');
34 
35  require_once 'Services/TermsOfService/test/provider/ilTermsOfServiceAgreementsByLanguageTableDataProviderTest.php';
36  $suite->addTestSuite('ilTermsOfServiceAgreementsByLanguageTableDataProviderTest');
37 
38  require_once 'Services/TermsOfService/test/provider/ilTermsOfServiceAcceptanceHistoryProviderTest.php';
39  $suite->addTestSuite('ilTermsOfServiceAcceptanceHistoryProviderTest');
40 
41  require_once 'Services/TermsOfService/test/entities/ilTermsOfServiceAcceptanceEntityTest.php';
42  $suite->addTestSuite('ilTermsOfServiceAcceptanceEntityTest');
43 
44  require_once 'Services/TermsOfService/test/gateways/ilTermsOfServiceAcceptanceDatabaseGatewayTest.php';
45  $suite->addTestSuite('ilTermsOfServiceAcceptanceDatabaseGatewayTest');
46 
47  require_once 'Services/TermsOfService/test/documents/ilTermsOfServiceFileSystemDocumentTest.php';
48  $suite->addTestSuite('ilTermsOfServiceFileSystemDocumentTest');
49 
50  return $suite;
51  }
$suite

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