PHP Class Bluz\Tests\View\ViewTest

Author: Anton Shevchuk
Inheritance: extends Bluz\Tests\TestCase
Show file Open project: bluzphp/framework

Public Methods

Method Description
setUpBeforeClass ( ) Setup test table before the first test
tearDownAfterClass ( ) Drop test table after the last test
testData ( ) Set Data Test
testHelperAhref ( ) Helper Ahref
testHelperAttributes ( ) Helper Attributes
testHelperBaseUrl ( ) Helper BaseUrl
testHelperCheckbox ( ) Helper Checkbox
testHelperController ( ) Helper Controller
testHelperDispatch ( ) Helper Dispatch - this Controller is not exists -> call Exception helper
testHelperException ( ) Helper Exception - should be empty for disabled debug
testHelperHeadScript ( ) Helper Script
testHelperHeadStyle ( ) Helper Style
testHelperModule ( ) Helper Module
testHelperPartial ( ) Helper Partial
testHelperPartialLoop ( ) Helper Partial Loop
testHelperPartialLoopInvalidArgumentsTrowsException ( ) Helper Partial Loop throws
testHelperPartialLoopNotFoundTrowsException ( ) Helper Partial Loop throws
testHelperPartialNotFoundTrowsException ( ) Helper Partial throws
testHelperRadio ( ) Helper Radio
testHelperRedactor ( ) Helper Redactor
testHelperScript ( ) Helper Script
testHelperScriptPlain ( ) Helper Script inline
testHelperSelect ( ) Helper Select
testHelperSelectMultiple ( ) Helper Select
testHelperSelectWithSelectedElement ( ) Helper Select
testHelperStyle ( ) Helper Style
testHelperStylePlain ( ) Helper Style inline
testHelperUrl ( ) Helper Url
testHelperUrlException ( ) Helper Url Exceptions
testHelperUser ( ) Helper User
testJson ( ) Test JSON serialization
testMagicMethods ( ) Working with View container over MagicAccess
testSerialization ( ) Test Serialization

Protected Methods

Method Description
getView ( ) : View Get new View instance

Method Details

getView() protected method

Get new View instance
protected getView ( ) : View
return Bluz\View\View

setUpBeforeClass() public static method

Setup test table before the first test
public static setUpBeforeClass ( )

tearDownAfterClass() public static method

Drop test table after the last test
public static tearDownAfterClass ( )

testData() public method

Set Data Test
public testData ( )

testHelperAhref() public method

Helper Ahref
public testHelperAhref ( )

testHelperAttributes() public method

Helper Attributes

testHelperBaseUrl() public method

Helper BaseUrl
public testHelperBaseUrl ( )

testHelperCheckbox() public method

Helper Checkbox
public testHelperCheckbox ( )

testHelperController() public method

Helper Controller

testHelperDispatch() public method

Helper Dispatch - this Controller is not exists -> call Exception helper
public testHelperDispatch ( )

testHelperException() public method

Helper Exception - should be empty for disabled debug
public testHelperException ( )

testHelperHeadScript() public method

Helper Script

testHelperHeadStyle() public method

Helper Style
public testHelperHeadStyle ( )

testHelperModule() public method

Helper Module
public testHelperModule ( )

testHelperPartial() public method

Helper Partial
public testHelperPartial ( )

testHelperPartialLoop() public method

Helper Partial Loop

testHelperPartialLoopInvalidArgumentsTrowsException() public method

Helper Partial Loop throws

testHelperPartialLoopNotFoundTrowsException() public method

Helper Partial Loop throws

testHelperPartialNotFoundTrowsException() public method

Helper Partial throws

testHelperRadio() public method

Helper Radio
public testHelperRadio ( )

testHelperRedactor() public method

Helper Redactor
public testHelperRedactor ( )

testHelperScript() public method

Helper Script
public testHelperScript ( )

testHelperScriptPlain() public method

Helper Script inline

testHelperSelect() public method

Helper Select
public testHelperSelect ( )

testHelperSelectMultiple() public method

Helper Select

testHelperSelectWithSelectedElement() public method

Helper Select

testHelperStyle() public method

Helper Style
public testHelperStyle ( )

testHelperStylePlain() public method

Helper Style inline

testHelperUrl() public method

Helper Url
public testHelperUrl ( )

testHelperUrlException() public method

Helper Url Exceptions

testHelperUser() public method

Helper User
public testHelperUser ( )

testJson() public method

Test JSON serialization
public testJson ( )

testMagicMethods() public method

Working with View container over MagicAccess
public testMagicMethods ( )

testSerialization() public method

Test Serialization
public testSerialization ( )