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

Class: ItemEditItemPluginTest

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

Class ItemEditItemPluginTest

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

Inherited From ItemEditPluginTestCase

ItemEditPluginTestCase::$_plugin

Inherited From GalleryTestCase

GalleryTestCase::$_cleanup

Inherited From ItemEditPluginTestCase

ItemEditPluginTestCase::ItemEditPluginTestCase()
ItemEditPluginTestCase::handleRequest()
ItemEditPluginTestCase::_translate()

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
ItemEditItemPluginTest   ItemEditItemPluginTest()  
void   setUp()  
void   testCreateAlbumHighlight()  
void   testCreateThumbnail()  
void   testEditItem()  
void   testEditOriginationTimestamp()  
void   testInvalidPathComponent()  
void   testInvalidPathComponentDisallowedFileExtension()  
void   testInvalidSerialNumber()  
void   testInvalidThumbnailSize()  
void   testMaliciousMarkup()  
void   testMissingPathComponent()  
void   testMissingRootTitle()  
void   testMissingRootTitle2()  
void   testMoveAlbumWithInvalidSerialNumber()  
void   testMoveItemWithInvalidSerialNumber()  
void   testNegativeThumbnailSize()  
void   testPathCollisionAlbum()  
void   testPathCollisionItem()  
void   testRemoveThumbnail()  
void   testRenameRoot()  
void   testThumbnailForEmptyAlbum()  
void   testUndo()  
void   testZeroThumbnail()  
void   _putItemRequestVariables()  

[ Top ]
Methods
Constructor ItemEditItemPluginTest  [line 35]

  ItemEditItemPluginTest ItemEditItemPluginTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 39]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
testCreateAlbumHighlight  [line 541]

  void testCreateAlbumHighlight( )



[ Top ]
testCreateThumbnail  [line 515]

  void testCreateThumbnail( )



[ Top ]
testEditItem  [line 107]

  void testEditItem( )



[ Top ]
testEditOriginationTimestamp  [line 496]

  void testEditOriginationTimestamp( )



[ Top ]
testInvalidPathComponent  [line 194]

  void testInvalidPathComponent( )



[ Top ]
testInvalidPathComponentDisallowedFileExtension  [line 205]

  void testInvalidPathComponentDisallowedFileExtension( )



[ Top ]
testInvalidSerialNumber  [line 408]

  void testInvalidSerialNumber( )



[ Top ]
testInvalidThumbnailSize  [line 637]

  void testInvalidThumbnailSize( )



[ Top ]
testMaliciousMarkup  [line 150]

  void testMaliciousMarkup( )



[ Top ]
testMissingPathComponent  [line 215]

  void testMissingPathComponent( )



[ Top ]
testMissingRootTitle  [line 268]

  void testMissingRootTitle( )



[ Top ]
testMissingRootTitle2  [line 329]

  void testMissingRootTitle2( )



[ Top ]
testMoveAlbumWithInvalidSerialNumber  [line 459]

  void testMoveAlbumWithInvalidSerialNumber( )



[ Top ]
testMoveItemWithInvalidSerialNumber  [line 422]

  void testMoveItemWithInvalidSerialNumber( )



[ Top ]
testNegativeThumbnailSize  [line 647]

  void testNegativeThumbnailSize( )



[ Top ]
testPathCollisionAlbum  [line 363]

  void testPathCollisionAlbum( )



[ Top ]
testPathCollisionItem  [line 226]

  void testPathCollisionItem( )



[ Top ]
testRemoveThumbnail  [line 579]

  void testRemoveThumbnail( )



[ Top ]
testRenameRoot  [line 300]

  void testRenameRoot( )



[ Top ]
testThumbnailForEmptyAlbum  [line 657]

  void testThumbnailForEmptyAlbum( )



[ Top ]
testUndo  [line 98]

  void testUndo( )



[ Top ]
testZeroThumbnail  [line 608]

  void testZeroThumbnail( )



[ Top ]
_putItemRequestVariables  [line 669]

  void _putItemRequestVariables( &$item  )

Parameters:
   &$item: 


[ Top ]

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