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

Class: MarkupTest

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

Class MarkupTest

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
MarkupTest   MarkupTest()  
void   setUp()  
void   testBold()  
void   testBold2()  
void   testBold3()  
void   testColor1()  
void   testColor2()  
void   testHeavyNesting()  
void   testHtmlSpecialChars()  
void   testImageEntity()  
void   testImagePath()  
void   testImageSize()  
void   testImageUrl()  
void   testItalic()  
void   testJavascript()  
void   testJavascriptInImage()  
void   testLineBreaks()  
void   testLineEndings()  
void   testList()  
void   testMalformedCode()  
void   testMarkupBbcode()  
void   testMarkupHtml()  
void   testMarkupHtmlEmptyData()  
void   testMarkupHtmlSanitizesXss()  
void   testMarkupNone()  
void   testNonBbcodeMarkers()  
void   testStripLastLineBreak()  
void   testUnicodeCharacters()  
void   testUrl1()  
void   testUrl2()  
void   testUrl3()  
void   testUrl4()  
void   testUrl5()  
void   testUrl6()  
void   testUrl7()  
void   testUrl8()  

[ Top ]
Methods
Constructor MarkupTest  [line 38]

  MarkupTest MarkupTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 42]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
testBold  [line 53]

  void testBold( )



[ Top ]
testBold2  [line 58]

  void testBold2( )



[ Top ]
testBold3  [line 63]

  void testBold3( )



[ Top ]
testColor1  [line 181]

  void testColor1( )



[ Top ]
testColor2  [line 186]

  void testColor2( )



[ Top ]
testHeavyNesting  [line 195]

  void testHeavyNesting( )



[ Top ]
testHtmlSpecialChars  [line 88]

  void testHtmlSpecialChars( )



[ Top ]
testImageEntity  [line 116]

  void testImageEntity( )



[ Top ]
testImagePath  [line 111]

  void testImagePath( )



[ Top ]
testImageSize  [line 123]

  void testImageSize( )



[ Top ]
testImageUrl  [line 106]

  void testImageUrl( )



[ Top ]
testItalic  [line 68]

  void testItalic( )



[ Top ]
testJavascript  [line 202]

  void testJavascript( )



[ Top ]
testJavascriptInImage  [line 128]

  void testJavascriptInImage( )



[ Top ]
testLineBreaks  [line 83]

  void testLineBreaks( )



[ Top ]
testLineEndings  [line 95]

  void testLineEndings( )



[ Top ]
testList  [line 78]

  void testList( )



[ Top ]
testMalformedCode  [line 73]

  void testMalformedCode( )



[ Top ]
testMarkupBbcode  [line 231]

  void testMarkupBbcode( )



[ Top ]
testMarkupHtml  [line 244]

  void testMarkupHtml( )



[ Top ]
testMarkupHtmlEmptyData  [line 266]

  void testMarkupHtmlEmptyData( )



[ Top ]
testMarkupHtmlSanitizesXss  [line 272]

  void testMarkupHtmlSanitizesXss( )



[ Top ]
testMarkupNone  [line 219]

  void testMarkupNone( )



[ Top ]
testNonBbcodeMarkers  [line 214]

  void testNonBbcodeMarkers( )



[ Top ]
testStripLastLineBreak  [line 100]

  void testStripLastLineBreak( )



[ Top ]
testUnicodeCharacters  [line 207]

  void testUnicodeCharacters( )



[ Top ]
testUrl1  [line 133]

  void testUrl1( )



[ Top ]
testUrl2  [line 140]

  void testUrl2( )



[ Top ]
testUrl3  [line 146]

  void testUrl3( )



[ Top ]
testUrl4  [line 153]

  void testUrl4( )



[ Top ]
testUrl5  [line 159]

  void testUrl5( )



[ Top ]
testUrl6  [line 164]

  void testUrl6( )



[ Top ]
testUrl7  [line 169]

  void testUrl7( )



[ Top ]
testUrl8  [line 174]

  void testUrl8( )



[ Top ]

Documentation generated on Fri, 08 Oct 2010 05:32:40 -0700 by phpDocumentor 1.3.0RC6