PHP Class Datatypes\Mixed\DatatypeTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$datatype Gc\Datatype\Model
$documentType Gc\DocumentType\Model
$layout Gc\Layout\Model
$object Datatype
$property Gc\Property\Model
$tab Gc\Tab\Model
$user Gc\User\Model
$view Gc\View\Model

Méthodes publiques

Méthode Description
testGetEditor ( ) : void Test
testGetPrevalueEditor ( ) : void Test

Méthodes protégées

Méthode Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected méthode

This method is called before a test is executed.
protected setUp ( ) : void
Résultat void

tearDown() protected méthode

This method is called after a test is executed.
protected tearDown ( ) : void
Résultat void

testGetEditor() public méthode

Test
public testGetEditor ( ) : void
Résultat void

testGetPrevalueEditor() public méthode

Test
public testGetPrevalueEditor ( ) : void
Résultat void

Property Details

$datatype protected_oe property

protected Model,Gc\Datatype $datatype
Résultat Gc\Datatype\Model

$documentType protected_oe property

protected Model,Gc\DocumentType $documentType
Résultat Gc\DocumentType\Model

$layout protected_oe property

protected Model,Gc\Layout $layout
Résultat Gc\Layout\Model

$object protected_oe property

protected Datatype,Datatypes\Mixed $object
Résultat Datatype

$property protected_oe property

protected Model,Gc\Property $property
Résultat Gc\Property\Model

$tab protected_oe property

protected Model,Gc\Tab $tab
Résultat Gc\Tab\Model

$user protected_oe property

protected Model,Gc\User $user
Résultat Gc\User\Model

$view protected_oe property

protected Model,Gc\View $view
Résultat Gc\View\Model