PHP Class Gc\Document\CollectionTest

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

Protected Properties

Свойство Type Description
$document Model
$documentChildren Model
$documentType Gc\DocumentType\Model
$layout Gc\Layout\Model
$object Collection
$user Gc\User\Model
$view Gc\View\Model

Méthodes publiques

Méthode Description
testGetAvailableChilren ( ) : void Test
testGetAvailableDocuments ( ) : void Test
testGetChildren ( ) : void Test
testGetEditUrl ( ) : void Test
testGetIcon ( ) : void Test
testGetId ( ) : void Test
testGetIterableId ( ) : void Test
testGetName ( ) : void Test
testGetParent ( ) : void Test
testGetSelect ( ) : void Test
testLoad ( ) : void Test
testLoadWithParentId ( ) : 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

testGetAvailableChilren() public méthode

Test
public testGetAvailableChilren ( ) : void
Résultat void

testGetAvailableDocuments() public méthode

Test
public testGetAvailableDocuments ( ) : void
Résultat void

testGetChildren() public méthode

Test
public testGetChildren ( ) : void
Résultat void

testGetEditUrl() public méthode

Test
public testGetEditUrl ( ) : void
Résultat void

testGetIcon() public méthode

Test
public testGetIcon ( ) : void
Résultat void

testGetId() public méthode

Test
public testGetId ( ) : void
Résultat void

testGetIterableId() public méthode

Test
public testGetIterableId ( ) : void
Résultat void

testGetName() public méthode

Test
public testGetName ( ) : void
Résultat void

testGetParent() public méthode

Test
public testGetParent ( ) : void
Résultat void

testGetSelect() public méthode

Test
public testGetSelect ( ) : void
Résultat void

testLoad() public méthode

Test
public testLoad ( ) : void
Résultat void

testLoadWithParentId() public méthode

Test
public testLoadWithParentId ( ) : void
Résultat void

Property Details

$document protected_oe property

protected Model,Gc\Document $document
Résultat Model

$documentChildren protected_oe property

protected Model,Gc\Document $documentChildren
Résultat 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 Collection,Gc\Document $object
Résultat Collection

$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