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

Class: ConfirmImportControllerTest

Source Location: /modules/migrate/test/phpunit/ConfirmImportControllerTest.class

Class ConfirmImportControllerTest

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

Inherited From GalleryControllerTestCase

GalleryControllerTestCase::$_controller

Inherited From GalleryTestCase

GalleryTestCase::$_cleanup

Inherited From GalleryControllerTestCase

GalleryControllerTestCase::GalleryControllerTestCase()
GalleryControllerTestCase::handleRequest()
GalleryControllerTestCase::setUp()

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 ]
Property Summary
mixed   $_mapCount   The count of items in the migration map at the start of the process
mixed   $_temporaryAlbumId   The id of the album to which all sub-items will be added - this is

[ Top ]
Method Summary
ConfirmImportControllerTest   ConfirmImportControllerTest()  
void   setUp()  
void   tearDown()  
void   testAlbumThemeWithPerPage()  
void   testCancelImport()  
void   testConvertHtmlToBbcode()  
void   testG1MigrateMap()  
void   testImportAlbumAndGenerateThumbnailsNoMarkup()  
void   testImportAlbumPermissions2()  
void   testImportAlbumPermissionsHtmlMarkup()  
void   testImportAlbumSuccessful()  
void   testImportfr_FR()  
void   testImportKOI_8()  
void   testImportMissingUserFullname()  
void   testImportNonAsciiCustomFieldIntoDescription()  
void   testImportno_NO()  
void   testImportUserFailure()  
void   testImportUserSuccessful()  
void   _runBackgroundTask()  
void   _sortByPermission()  

[ Top ]
Properties
mixed   $_mapCount [line 49]

The count of items in the migration map at the start of the process

API Tags:
Access:  protected


[ Top ]
mixed   $_temporaryAlbumId [line 43]

The id of the album to which all sub-items will be added - this is

deleted in the teardown

API Tags:
Access:  protected


[ Top ]
Methods
Constructor ConfirmImportControllerTest  [line 51]

  ConfirmImportControllerTest ConfirmImportControllerTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 55]

  void setUp( )



Redefinition of:
GalleryControllerTestCase::setUp()

[ Top ]
tearDown  [line 183]

  void tearDown( )



Redefinition of:
GalleryTestCase::tearDown()

[ Top ]
testAlbumThemeWithPerPage  [line 1986]

  void testAlbumThemeWithPerPage( )



[ Top ]
testCancelImport  [line 363]

  void testCancelImport( )



[ Top ]
testConvertHtmlToBbcode  [line 1879]

  void testConvertHtmlToBbcode( )



[ Top ]
testG1MigrateMap  [line 956]

  void testG1MigrateMap( )



[ Top ]
testImportAlbumAndGenerateThumbnailsNoMarkup  [line 847]

  void testImportAlbumAndGenerateThumbnailsNoMarkup( )



[ Top ]
testImportAlbumPermissions2  [line 1283]

  void testImportAlbumPermissions2( )



[ Top ]
testImportAlbumPermissionsHtmlMarkup  [line 1106]

  void testImportAlbumPermissionsHtmlMarkup( )



[ Top ]
testImportAlbumSuccessful  [line 376]

  void testImportAlbumSuccessful( )



[ Top ]
testImportfr_FR  [line 1503]

  void testImportfr_FR( )



[ Top ]
testImportKOI_8  [line 1641]

  void testImportKOI_8( )



[ Top ]
testImportMissingUserFullname  [line 301]

  void testImportMissingUserFullname( )



[ Top ]
testImportNonAsciiCustomFieldIntoDescription  [line 1823]

  void testImportNonAsciiCustomFieldIntoDescription( )



[ Top ]
testImportno_NO  [line 1365]

  void testImportno_NO( )



[ Top ]
testImportUserFailure  [line 335]

  void testImportUserFailure( )



[ Top ]
testImportUserSuccessful  [line 270]

  void testImportUserSuccessful( )



[ Top ]
_runBackgroundTask  [line 233]

  void _runBackgroundTask( $expectedProgressBarDump  )

Parameters:
   $expectedProgressBarDump: 


[ Top ]
_sortByPermission  [line 1973]

  void _sortByPermission( $a, $b  )

Parameters:
   $a: 
   $b: 


[ Top ]

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