ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
ilServicesTermsOfServiceSuite.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once
'Services/Database/classes/class.ilDB.php'
;
5
require_once
'Services/Language/classes/class.ilLanguage.php'
;
6
11
class
ilServicesTermsOfServiceSuite
extends
PHPUnit_Framework_TestSuite
12
{
16
public
static
function
suite
()
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
}
46
}
$suite
$suite
Definition:
CleanUpTest.php:406
PHPUnit_Framework_TestSuite
ilServicesTermsOfServiceSuite\suite
static suite()
Definition:
ilServicesTermsOfServiceSuite.php:16
ilServicesTermsOfServiceSuite
Definition:
ilServicesTermsOfServiceSuite.php:11
Services
TermsOfService
test
ilServicesTermsOfServiceSuite.php
Generated on Wed Aug 27 2025 19:01:03 for ILIAS by
1.8.13 (using
Doxyfile
)