\JStringTest
Test class for JString.
Generated by PHPUnit on 2009-10-26 at 22:29:34.
Synopsis
class JStringTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JString $object;
- // methods
- public array getIncrementData()
- public array getStrposData()
- public array getStrrposData()
- public array getSubstrData()
- public array getStrtolowerData()
- public array getStrtoupperData()
- public array getStrlenData()
- public array getStr_ireplaceData()
- public array getStr_splitData()
- public array getStrcasecmpData()
- public array getStrcmpData()
- public array getStrcspnData()
- public array getStristrData()
- public array getStrrevData()
- public array getStrspnData()
- public array getSubstr_replaceData()
- public array getLtrimData()
- public array getRtrimData()
- public array getTrimData()
- public array getUcfirstData()
- public array getUcwordsData()
- public array getTranscodeData()
- public array getValidData()
- public void testIncrement()
- public void testStrpos()
- public array testStrrpos()
- public array testSubstr()
- public array testStrtolower()
- public array testStrtoupper()
- public array testStrlen()
- public array testStr_ireplace()
- public array testStr_split()
- public array testStrcasecmp()
- public array testStrcmp()
- public array testStrcspn()
- public array testStristr()
- public array testStrrev()
- public array testStrspn()
- public array testSubstr_replace()
- public array testLtrim()
- public array testRtrim()
- public array testTrim()
- public array testUcfirst()
- public array testUcwords()
- public array testTranscode()
- public array testValid()
- public array testCompliant()
- public array testParse_Url()
Hierarchy
Extends
Members
protected
- $object — JString
Methods
public
- getIncrementData() — Test...
- getLtrimData() — Test...
- getRtrimData() — Test...
- getStr_ireplaceData() — Test...
- getStr_splitData() — Test...
- getStrcasecmpData() — Test...
- getStrcmpData() — Test...
- getStrcspnData() — Test...
- getStristrData() — Test...
- getStrlenData() — Test...
- getStrposData() — Test...
- getStrrevData() — Test...
- getStrrposData() — Test...
- getStrspnData() — Test...
- getStrtolowerData() — Test...
- getStrtoupperData() — Test...
- getSubstrData() — Test...
- getSubstr_replaceData() — Test...
- getTranscodeData() — Test...
- getTrimData() — Test...
- getUcfirstData() — Test...
- getUcwordsData() — Test...
- getValidData() — Test...
- testCompliant() — Test...
- testIncrement() — Test...
- testLtrim() — Test...
- testParse_Url() — Test...
- testRtrim() — Test...
- testStr_ireplace() — Test...
- testStr_split() — Test...
- testStrcasecmp() — Test...
- testStrcmp() — Test...
- testStrcspn() — Test...
- testStristr() — Test...
- testStrlen() — Test...
- testStrpos() — Test...
- testStrrev() — Test...
- testStrrpos() — Test...
- testStrspn() — Test...
- testStrtolower() — Test...
- testStrtoupper() — Test...
- testSubstr() — Test...
- testSubstr_replace() — Test...
- testTranscode() — Test...
- testTrim() — Test...
- testUcfirst() — Test...
- testUcwords() — Test...
- testValid() — Test...