Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
DbTestCase
PHP Class DbTestCase, glpi
Author:
Andrzej Swedrzynski (
[email protected]
)
Inheritance:
extends
UnitTestCase
Mostrar archivo
Open project: glpi-project/glpi
Class Usage Examples
Protected Methods
Method
Description
getUniqueInteger
( )
Get a unique random integer
getUniqueString
( )
Get a unique random string
login
( )
Connect using the test user
setEntity
(
$entityname
,
$subtree
)
change current entity
setUp
( )
tearDown
( )
Method Details
getUniqueInteger()
protected
method
Get a unique random integer
protected
getUniqueInteger
( )
getUniqueString()
protected
method
Get a unique random string
protected
getUniqueString
( )
login()
protected
method
Connect using the test user
protected
login
( )
setEntity()
protected
method
change current entity
protected
setEntity
(
$entityname
,
$subtree
)
setUp()
protected
method
protected
setUp
( )
tearDown()
protected
method
protected
tearDown
( )