phpDocumentor GalleryCore
PHPUnit
[ class tree: GalleryCore ] [ index: GalleryCore ] [ all elements ]

Class: CharsetTest

Source Location: /modules/core/test/phpunit/CharsetTest.class

Class CharsetTest

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From GalleryTestCase

GalleryTestCase::$_cleanup

Inherited From GalleryTestCase

GalleryTestCase::GalleryTestCase()
GalleryTestCase::assert()
GalleryTestCase::assertEquals()
GalleryTestCase::assertErrorEquals()
Fail if the provided GalleryStatus object does not contain the given error code.
GalleryTestCase::assertEventFired()
Fail if the provided event name was not fired.
GalleryTestCase::assertEventNotFired()
Fail if the provided event name was fired
GalleryTestCase::DeepCompare()
GalleryTestCase::failWithStatus()
This is deprecated in Gallery 2.3 -- now tests should just return $ret and let the framework generate the right failure message.
GalleryTestCase::getEntityCounter()
Get the entity counter listener which contains the types and number of elements deleted.
GalleryTestCase::setUp()
GalleryTestCase::tearDown()
GalleryTestCase::_array_unshift_key_value()
Utility method to array_unshift a single key => value pair.
GalleryTestCase::_becomeGuestUser()
GalleryTestCase::_createDerivative()
GalleryTestCase::_createLinkedItem()
Create a random link item
GalleryTestCase::_createRandomAlbum()
Create a random album
GalleryTestCase::_createRandomDataItem()
Create a random data item
GalleryTestCase::_createRandomGroup()
Create a random group
GalleryTestCase::_createRandomUser()
Create a random user
GalleryTestCase::_createUser()
GalleryTestCase::_deleteAndVerifyEntity()
GalleryTestCase::_disableUserName()
Convenience method to mark a username as disabled.
GalleryTestCase::_getRootId()
GalleryTestCase::_getUnusedId()
Get an id that is not used for anything.
GalleryTestCase::_initEventListenersForTest()
Disable all but some core event listeners by default.
GalleryTestCase::_markEventListenersForCleanup()
Create a backup of the registered event listeners which will be restored in tearDown.
GalleryTestCase::_markFactoryForCleanup()
Create a backup of the factory data which will be restored in tearDown.
GalleryTestCase::_markFactoryModuleForCleanup()
GalleryTestCase::_markForCleanup()
GalleryTestCase::_markPluginParametersForCleanup()
Store plugin parameters to be restored in tearDown
GalleryTestCase::_markToolkitForCleanup()
GalleryTestCase::_registerEventListener()
Register a The NullEventListener for a test
GalleryTestCase::_registerFactoryImplementationForTest()
Register a factory implementation temporarily for this test.
GalleryTestCase::_registerTestEventListener()
Register and event name and associated listener (deprecated).
GalleryTestCase::_setMarkupType()
Set core parameter for markup type.
GalleryTestCase::_signUrl()
Adds an authToken to the given URL
GalleryTestCase::_unregisterFactoryImplementationForTest()
Unregister a specific factory implementation or all implementations of a spefific type temporarily for this test.
GalleryTestCase::_verifyEntity()
GalleryTestCase::_verifyFields()
GalleryTestCase::_verifyMissing()

[ Top ]
Method Summary
void   setUp()  
void   testAssertMbFunctionOverloadingDisabled()  
void   testConvertFromUtf8SystemCharset()  
void   testConvertFromUtf8UnknownSystemCharset()  
void   testConvertFromUtf8UsingIconv()  
void   testConvertFromUtf8UsingIconvFallback1()  
void   testConvertFromUtf8UsingIconvFallback2()  
void   testConvertFromUtf8UsingIconvFallback3()  
void   testConvertFromUtf8UsingMbConvertEncoding()  
void   testConvertFromUtf8UsingPurePhp()  
void   testConvertFromUtf8UsingPurePhpUnknownSourceEncoding()  
void   testConvertFromUtf8UsingRecodeString()  
void   testConvertToUtf8SystemCharset()  
void   testConvertToUtf8UnknownSystemCharset()  
void   testConvertToUtf8UsingIconv()  
void   testConvertToUtf8UsingIconvFallback1()  
void   testConvertToUtf8UsingIconvFallback2()  
void   testConvertToUtf8UsingIconvFallback3()  
void   testConvertToUtf8UsingMbConvertEncoding()  
void   testConvertToUtf8UsingPurePhp()  
void   testConvertToUtf8UsingPurePhpUnknownSourceEncoding()  
void   testConvertToUtf8UsingRecodeString()  
void   testDetectSourceEncodingWithNlLangInfo()  
void   testDetectSourceEncodingWithOpenBSDBug()  
void   testDetectSourceEncodingWithoutNlLangInfo()  
void   testUtf8Strcut()  
void   testUtf8StrcutOfNumber()  
void   testUtf8StrcutOfOneCharacter()  
void   testUtf8Substring()  
void   testUtf8SubstringOfNumber()  
void   testUtf8SubstringOfOneCharacter()  
void   testWindowsAndCodePageAreSynonyms()  

[ Top ]
Methods
setUp  [line 38]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
testAssertMbFunctionOverloadingDisabled  [line 47]

  void testAssertMbFunctionOverloadingDisabled( )



[ Top ]
testConvertFromUtf8SystemCharset  [line 444]

  void testConvertFromUtf8SystemCharset( )



[ Top ]
testConvertFromUtf8UnknownSystemCharset  [line 475]

  void testConvertFromUtf8UnknownSystemCharset( )



[ Top ]
testConvertFromUtf8UsingIconv  [line 67]

  void testConvertFromUtf8UsingIconv( )



[ Top ]
testConvertFromUtf8UsingIconvFallback1  [line 190]

  void testConvertFromUtf8UsingIconvFallback1( )



[ Top ]
testConvertFromUtf8UsingIconvFallback2  [line 220]

  void testConvertFromUtf8UsingIconvFallback2( )



[ Top ]
testConvertFromUtf8UsingIconvFallback3  [line 250]

  void testConvertFromUtf8UsingIconvFallback3( )



[ Top ]
testConvertFromUtf8UsingMbConvertEncoding  [line 93]

  void testConvertFromUtf8UsingMbConvertEncoding( )



[ Top ]
testConvertFromUtf8UsingPurePhp  [line 145]

  void testConvertFromUtf8UsingPurePhp( )



[ Top ]
testConvertFromUtf8UsingPurePhpUnknownSourceEncoding  [line 278]

  void testConvertFromUtf8UsingPurePhpUnknownSourceEncoding( )



[ Top ]
testConvertFromUtf8UsingRecodeString  [line 119]

  void testConvertFromUtf8UsingRecodeString( )



[ Top ]
testConvertToUtf8SystemCharset  [line 426]

  void testConvertToUtf8SystemCharset( )



[ Top ]
testConvertToUtf8UnknownSystemCharset  [line 462]

  void testConvertToUtf8UnknownSystemCharset( )



[ Top ]
testConvertToUtf8UsingIconv  [line 54]

  void testConvertToUtf8UsingIconv( )



[ Top ]
testConvertToUtf8UsingIconvFallback1  [line 175]

  void testConvertToUtf8UsingIconvFallback1( )



[ Top ]
testConvertToUtf8UsingIconvFallback2  [line 205]

  void testConvertToUtf8UsingIconvFallback2( )



[ Top ]
testConvertToUtf8UsingIconvFallback3  [line 235]

  void testConvertToUtf8UsingIconvFallback3( )



[ Top ]
testConvertToUtf8UsingMbConvertEncoding  [line 80]

  void testConvertToUtf8UsingMbConvertEncoding( )



[ Top ]
testConvertToUtf8UsingPurePhp  [line 132]

  void testConvertToUtf8UsingPurePhp( )



[ Top ]
testConvertToUtf8UsingPurePhpUnknownSourceEncoding  [line 265]

  void testConvertToUtf8UsingPurePhpUnknownSourceEncoding( )



[ Top ]
testConvertToUtf8UsingRecodeString  [line 106]

  void testConvertToUtf8UsingRecodeString( )



[ Top ]
testDetectSourceEncodingWithNlLangInfo  [line 290]

  void testDetectSourceEncodingWithNlLangInfo( )



[ Top ]
testDetectSourceEncodingWithOpenBSDBug  [line 404]

  void testDetectSourceEncodingWithOpenBSDBug( )



[ Top ]
testDetectSourceEncodingWithoutNlLangInfo  [line 333]

  void testDetectSourceEncodingWithoutNlLangInfo( )



[ Top ]
testUtf8Strcut  [line 554]

  void testUtf8Strcut( )



[ Top ]
testUtf8StrcutOfNumber  [line 613]

  void testUtf8StrcutOfNumber( )



[ Top ]
testUtf8StrcutOfOneCharacter  [line 607]

  void testUtf8StrcutOfOneCharacter( )



[ Top ]
testUtf8Substring  [line 488]

  void testUtf8Substring( )



[ Top ]
testUtf8SubstringOfNumber  [line 548]

  void testUtf8SubstringOfNumber( )



[ Top ]
testUtf8SubstringOfOneCharacter  [line 542]

  void testUtf8SubstringOfOneCharacter( )



[ Top ]
testWindowsAndCodePageAreSynonyms  [line 158]

  void testWindowsAndCodePageAreSynonyms( )



[ Top ]

Documentation generated on Fri, 08 Oct 2010 04:41:25 -0700 by phpDocumentor 1.3.0RC6