PHP Класс Gc\Component\NavigationTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$document Gc\Document\Model
$documentChildren Gc\Document\Model
$documentType Gc\DocumentType\Model
$layout Gc\Layout\Model
$object Navigation
$user Gc\User\Model
$view Gc\View\Model

Открытые методы

Метод Описание
testGetBasePath ( ) : void Test
testRender ( ) : void Test
testRenderWithChildrenActivePage ( ) : void Test
testRenderWithChildrenActivePageOnTheForthDocument ( ) : void Test
testRenderWithNoActivePage ( ) : void Test
testSetBasePath ( ) : void Test

Защищенные методы

Метод Описание
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Описание методов

setUp() защищенный Метод

This method is called before a test is executed.
protected setUp ( ) : void
Результат void

tearDown() защищенный Метод

This method is called after a test is executed.
protected tearDown ( ) : void
Результат void

testGetBasePath() публичный Метод

Test
public testGetBasePath ( ) : void
Результат void

testRender() публичный Метод

Test
public testRender ( ) : void
Результат void

testRenderWithChildrenActivePage() публичный Метод

Test
public testRenderWithChildrenActivePage ( ) : void
Результат void

testRenderWithChildrenActivePageOnTheForthDocument() публичный Метод

Test

testRenderWithNoActivePage() публичный Метод

Test
public testRenderWithNoActivePage ( ) : void
Результат void

testSetBasePath() публичный Метод

Test
public testSetBasePath ( ) : void
Результат void

Описание свойств

$document защищенное свойство

protected Model,Gc\Document $document
Результат Gc\Document\Model

$documentChildren защищенное свойство

protected Model,Gc\Document $documentChildren
Результат Gc\Document\Model

$documentType защищенное свойство

protected Model,Gc\DocumentType $documentType
Результат Gc\DocumentType\Model

$layout защищенное свойство

protected Model,Gc\Layout $layout
Результат Gc\Layout\Model

$object защищенное свойство

protected Navigation,Gc\Component $object
Результат Navigation

$user защищенное свойство

protected Model,Gc\User $user
Результат Gc\User\Model

$view защищенное свойство

protected Model,Gc\View $view
Результат Gc\View\Model