PHP Class Extension\BuiltIn\StringMethodTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: phalcon/zephir

Méthodes publiques

Méthode 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 méthode

public providerCamelize ( )

providerCamelizeWrongSecondParam() public méthode

providerUnCamelize() public méthode

public providerUnCamelize ( )

testCamelize() public méthode

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

testCamelizeWrongSecondParam() public méthode

public testCamelizeWrongSecondParam ( $delimiter )

testChangeCase() public méthode

public testChangeCase ( )

testFormat() public méthode

public testFormat ( )

testHashes() public méthode

public testHashes ( )

testIndex() public méthode

public testIndex ( )

testLength() public méthode

public testLength ( )

testModifications() public méthode

public testModifications ( )

testParsers() public méthode

public testParsers ( )

testTrim() public méthode

public testTrim ( )

testUnCamelize() public méthode

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

testUnCamelizeWrongSecondParam() public méthode

public testUnCamelizeWrongSecondParam ( $delimiter )