PHP Class Phalcon\Test\Unit\Tag\TagTagHtmlTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
testNameSelfClose ( ) Tests tagHtml with name parameter and self close
testTagHtmlClose ( ) Tests tagHtmlClose
testTagHtmlCloseEol ( ) Tests tagHtmlClose with EOL
testTagHtmlName ( ) Tests tagHtml with name parameter
testTagHtmlNameEol ( ) Tests tagHtml with name parameter and EOL
testTagHtmlNameOnlyStart ( ) Tests tagHtml with name parameter and only start
testTagHtmlWithArray ( ) Tests tagHtml with array parameter

Method Details

testNameSelfClose() public method

Tests tagHtml with name parameter and self close
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])
public testNameSelfClose ( )

testTagHtmlClose() public method

Tests tagHtmlClose
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])
public testTagHtmlClose ( )

testTagHtmlCloseEol() public method

Tests tagHtmlClose with EOL
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])
public testTagHtmlCloseEol ( )

testTagHtmlName() public method

Tests tagHtml with name parameter
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])
public testTagHtmlName ( )

testTagHtmlNameEol() public method

Tests tagHtml with name parameter and EOL
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])
public testTagHtmlNameEol ( )

testTagHtmlNameOnlyStart() public method

Tests tagHtml with name parameter and only start
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])

testTagHtmlWithArray() public method

Tests tagHtml with array parameter
Since: 2014-09-05
Author: Nikolaos Dimopoulos ([email protected])