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

Class: ThemeTest

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

Class ThemeTest

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
Methods
Constructor ThemeTest  [line 38]

  ThemeTest ThemeTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 42]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
tearDown  [line 72]

  void tearDown( )



Redefinition of:
GalleryTestCase::tearDown()

[ Top ]
testActivateBadCoreApiActivate  [line 276]

  void testActivateBadCoreApiActivate( )



[ Top ]
testActivateBadThemeApiActivate  [line 243]

  void testActivateBadThemeApiActivate( )



[ Top ]
testBlockPreloads  [line 328]

  void testBlockPreloads( )



[ Top ]
testDeactivateDefaultTheme  [line 298]

  void testDeactivateDefaultTheme( )



[ Top ]
testInstallBadCoreApi  [line 265]

  void testInstallBadCoreApi( )



[ Top ]
testInstallBadThemeApi  [line 231]

  void testInstallBadThemeApi( )



[ Top ]
testPackSettingBlockList1  [line 101]

  void testPackSettingBlockList1( )



[ Top ]
testPackSettingBlockList2  [line 107]

  void testPackSettingBlockList2( )



[ Top ]
testPackSettingBlockListEmpty  [line 145]

  void testPackSettingBlockListEmpty( )



[ Top ]
testPackSettingBlockListMissingBlockName  [line 150]

  void testPackSettingBlockListMissingBlockName( )



[ Top ]
testPackSettingBlockListMissingBothBrackets  [line 170]

  void testPackSettingBlockListMissingBothBrackets( )



[ Top ]
testPackSettingBlockListMissingLeftBracket  [line 165]

  void testPackSettingBlockListMissingLeftBracket( )



[ Top ]
testPackSettingBlockListMissingRightBracket  [line 155]

  void testPackSettingBlockListMissingRightBracket( )



[ Top ]
testPackSettingBlockListMissingRightBracket2  [line 160]

  void testPackSettingBlockListMissingRightBracket2( )



[ Top ]
testPackSettingBlockListQuotedValue  [line 139]

  void testPackSettingBlockListQuotedValue( )



[ Top ]
testPackSettingBlockListTrueFalse  [line 119]

  void testPackSettingBlockListTrueFalse( )



[ Top ]
testPackSettingBlockListVeryLongList  [line 175]

  void testPackSettingBlockListVeryLongList( )



[ Top ]
testPackSettingBlockListWhitespace1  [line 126]

  void testPackSettingBlockListWhitespace1( )



[ Top ]
testPackSettingBlockListWhitespace2  [line 132]

  void testPackSettingBlockListWhitespace2( )



[ Top ]
testSplitHtml  [line 352]

  void testSplitHtml( )



[ Top ]
testSplitHtmlWorksWithDefaultBacktraceLimit  [line 377]

  void testSplitHtmlWorksWithDefaultBacktraceLimit( )



[ Top ]
testUnpackSettingBlockList1  [line 196]

  void testUnpackSettingBlockList1( )



[ Top ]
testUnpackSettingBlockList2  [line 203]

  void testUnpackSettingBlockList2( )



[ Top ]
testUnpackSettingBlockListEmpty  [line 216]

  void testUnpackSettingBlockListEmpty( )



[ Top ]
testUnpackSettingBlockListMalformed1  [line 221]

  void testUnpackSettingBlockListMalformed1( )



[ Top ]
testUnpackSettingBlockListMalformed2  [line 226]

  void testUnpackSettingBlockListMalformed2( )



[ Top ]
testUnpackSettingBlockListTrueFalse  [line 210]

  void testUnpackSettingBlockListTrueFalse( )



[ Top ]
testVariableReferenceAcrossLoadCommonTemplateData  [line 313]

  void testVariableReferenceAcrossLoadCommonTemplateData( )



[ Top ]

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