PHP Class Pop\StringTest

Inheritance: extends PHPUnit_Framework_TestCase
Mostra file Open project: nicksagona/PopPHP

Public Properties

Property Type Description
$key
$string

Public Methods

Method Description
testBetween ( )
testCamelCaseToSeparator ( )
testClean ( )
testDashToSeparator ( )
testDosToUnix ( )
testEscape ( )
testLinks ( )
testSlug ( )
testString ( )
testStringRandom ( )
testUnderscoreToCamelCase ( )
testUnderscoreToDash ( )
testUnderscoreToSeparator ( )
testUnixToDos ( )

Method Details

testBetween() public method

public testBetween ( )

testCamelCaseToSeparator() public method

testClean() public method

public testClean ( )

testDashToSeparator() public method

public testDashToSeparator ( )

testDosToUnix() public method

public testDosToUnix ( )

testEscape() public method

public testEscape ( )

testSlug() public method

public testSlug ( )

testString() public method

public testString ( )

testStringRandom() public method

public testStringRandom ( )

testUnderscoreToCamelCase() public method

testUnderscoreToDash() public method

testUnderscoreToSeparator() public method

testUnixToDos() public method

public testUnixToDos ( )

Property Details

$key public_oe property

public $key

$string public_oe property

public $string