PHP Class Extension\BuiltIn\StringMethodTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: phalcon/zephir

Public Methods

Method Description
providerCamelize ( )
providerCamelizeWrongSecondParam ( )
providerUnCamelize ( )
testCamelize ( $actual, $expected, $delimiter )
testCamelizeWrongSecondParam ( $delimiter )
testChangeCase ( )
testFormat ( )
testHashes ( )
testIndex ( )
testLength ( )
testModifications ( )
testParsers ( )
testTrim ( )
testUnCamelize ( $actual, $expected, $delimiter )
testUnCamelizeWrongSecondParam ( $delimiter )

Method Details

providerCamelize() public method

public providerCamelize ( )

providerCamelizeWrongSecondParam() public method

providerUnCamelize() public method

public providerUnCamelize ( )

testCamelize() public method

public testCamelize ( $actual, $expected, $delimiter )

testCamelizeWrongSecondParam() public method

public testCamelizeWrongSecondParam ( $delimiter )

testChangeCase() public method

public testChangeCase ( )

testFormat() public method

public testFormat ( )

testHashes() public method

public testHashes ( )

testIndex() public method

public testIndex ( )

testLength() public method

public testLength ( )

testModifications() public method

public testModifications ( )

testParsers() public method

public testParsers ( )

testTrim() public method

public testTrim ( )

testUnCamelize() public method

public testUnCamelize ( $actual, $expected, $delimiter )

testUnCamelizeWrongSecondParam() public method

public testUnCamelizeWrongSecondParam ( $delimiter )