ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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 Mon Apr 7 2025 19:00:58 for ILIAS by
1.8.13 (using
Doxyfile
)