Static Public Member Functions |
static | suite () |
Detailed Description
Member Function Documentation
static ilServicesTermsOfServiceSuite::suite |
( |
| ) |
|
|
static |
- Returns
- self
Definition at line 16 of file ilServicesTermsOfServiceSuite.php.
References $suite.
{
require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceEntityFactoryTest.php';
$suite->addTestSuite(
'ilTermsOfServiceEntityFactoryTest');
require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceDataGatewayFactoryTest.php';
$suite->addTestSuite(
'ilTermsOfServiceDataGatewayFactoryTest');
require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceTableDataProviderFactoryTest.php';
$suite->addTestSuite(
'ilTermsOfServiceTableDataProviderFactoryTest');
require_once 'Services/TermsOfService/test/provider/ilTermsOfServiceAgreementsByLanguageTableDataProviderTest.php';
$suite->addTestSuite(
'ilTermsOfServiceAgreementsByLanguageTableDataProviderTest');
require_once 'Services/TermsOfService/test/provider/ilTermsOfServiceAcceptanceHistoryProviderTest.php';
$suite->addTestSuite(
'ilTermsOfServiceAcceptanceHistoryProviderTest');
require_once 'Services/TermsOfService/test/entities/ilTermsOfServiceAcceptanceEntityTest.php';
$suite->addTestSuite(
'ilTermsOfServiceAcceptanceEntityTest');
require_once 'Services/TermsOfService/test/gateways/ilTermsOfServiceAcceptanceDatabaseGatewayTest.php';
$suite->addTestSuite(
'ilTermsOfServiceAcceptanceDatabaseGatewayTest');
require_once 'Services/TermsOfService/test/documents/ilTermsOfServiceFileSystemDocumentTest.php';
$suite->addTestSuite(
'ilTermsOfServiceFileSystemDocumentTest');
}
The documentation for this class was generated from the following file: