PHP Class Phalcon\Test\Unit\Forms\Element\TextTest

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Datei anzeigen Open project: phalcon/cphalcon

Public Methods

Method Description
testCreatingTextElementWithNameSimilarToTheFormMethods ( ) Tests Text::render
testFormElement ( )
testFormElementEmpty ( )
testFormOptions ( )
testFormPrepareAttributes ( )
testFormPrepareAttributesDefault ( )
testIssue1210 ( )
testIssue2045 ( )
testPrepareAttributesNoDefault ( )

Protected Methods

Method Description
nameLikeFormMethodsProvider ( )

Method Details

nameLikeFormMethodsProvider() protected method

testCreatingTextElementWithNameSimilarToTheFormMethods() public method

Tests Text::render
Since: 2016-07-17
Author: Serghei Iakovlev ([email protected])

testFormElement() public method

public testFormElement ( )

testFormElementEmpty() public method

testFormOptions() public method

public testFormOptions ( )

testFormPrepareAttributes() public method

testFormPrepareAttributesDefault() public method

testIssue1210() public method

public testIssue1210 ( )

testIssue2045() public method

public testIssue2045 ( )

testPrepareAttributesNoDefault() public method