PHP Class Gc\Datatype\AbstractDatatype\AbstractEditorTest

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

Protected Properties

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

Méthodes publiques

Méthode Description
testAddPath ( ) : void Test
testGetConfig ( ) : void Test
testGetDatatype ( ) : void Test
testGetHelper ( ) : void Test
testGetName ( ) : void Test
testGetProperty ( ) : void Test
testGetRequest ( ) : void Test
testGetUploadUrl ( ) : void Test
testGetValue ( ) : void Test
testRender ( ) : void Test
testSetConfig ( ) : void Test
testSetValue ( ) : 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

testAddPath() public méthode

Test
public testAddPath ( ) : void
Résultat void

testGetConfig() public méthode

Test
public testGetConfig ( ) : void
Résultat void

testGetDatatype() public méthode

Test
public testGetDatatype ( ) : void
Résultat void

testGetHelper() public méthode

Test
public testGetHelper ( ) : void
Résultat void

testGetName() public méthode

Test
public testGetName ( ) : void
Résultat void

testGetProperty() public méthode

Test
public testGetProperty ( ) : void
Résultat void

testGetRequest() public méthode

Test
public testGetRequest ( ) : void
Résultat void

testGetUploadUrl() public méthode

Test
public testGetUploadUrl ( ) : void
Résultat void

testGetValue() public méthode

Test
public testGetValue ( ) : void
Résultat void

testRender() public méthode

Test
public testRender ( ) : void
Résultat void

testSetConfig() public méthode

Test
public testSetConfig ( ) : void
Résultat void

testSetValue() public méthode

Test
public testSetValue ( ) : void
Résultat void

Property Details

$documentType protected_oe property

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

$object protected_oe property

protected AbstractEditor,Gc\Datatype\AbstractDatatype $object
Résultat AbstractEditor

$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