PHP Class Gush\Tests\Helper\TemplateHelperTest

Inheritance: extends Gush\Tests\BaseTestCase
Show file Open project: gushphp/gush

Public Methods

Method Description
binds_and_renders ( )
errors_when_getting_wrong_helper ( )
gets_helper ( $domain, $name )
gets_names_for_domain ( $templateRegistrations, $domain, $expectedNames, $exception = false )
parameterizes ( $requirements, $bindArguments )
provideGetHelper ( )
provideGetNamesForDomain ( )
provideParameterize ( )
provideRegisterTemplate ( )
registers_template ( $name, $parts, $exception = false )
setUp ( )

Private Methods

Method Description
getInputStream ( $input )
setExpectedApplicationInput ( array | string $input )

Method Details

binds_and_renders() public method

public binds_and_renders ( )

errors_when_getting_wrong_helper() public method

gets_helper() public method

public gets_helper ( $domain, $name )

gets_names_for_domain() public method

public gets_names_for_domain ( $templateRegistrations, $domain, $expectedNames, $exception = false )

parameterizes() public method

public parameterizes ( $requirements, $bindArguments )

provideGetHelper() public method

public provideGetHelper ( )

provideGetNamesForDomain() public method

provideParameterize() public method

public provideParameterize ( )

provideRegisterTemplate() public method

registers_template() public method

public registers_template ( $name, $parts, $exception = false )

setUp() public method

public setUp ( )