ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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 11 of file ilServicesTermsOfServiceSuite.php.

Member Function Documentation

◆ suite()

static ilServicesTermsOfServiceSuite::suite ( )
static
Returns
self

Definition at line 16 of file ilServicesTermsOfServiceSuite.php.

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

References $suite.


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