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

Class: ModRewriteParserTest

Source Location: /modules/rewrite/test/phpunit/ModRewriteParserTest.class

Class ModRewriteParserTest

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

Inherited From GalleryTestCase

GalleryTestCase::$_cleanup

Inherited From RewriteParserTestCase

RewriteParserTestCase::setUp()
RewriteParserTestCase::tearDown()
RewriteParserTestCase::testNeedsConfiguration()
RewriteParserTestCase::testRefreshActiveRules()
RewriteParserTestCase::testSaveActiveRules()
RewriteParserTestCase::testSaveActiveRulesEmbedded()
RewriteParserTestCase::testSaveBadActiveRulesEmbedded()
RewriteParserTestCase::testSaveBadKeyword()
RewriteParserTestCase::testSaveBadParser()
RewriteParserTestCase::testSaveConditions()
RewriteParserTestCase::testSaveDupeShortUrl()
RewriteParserTestCase::testSaveEmptyPattern()
RewriteParserTestCase::testSaveEmptyPatternRule()
RewriteParserTestCase::testSaveInvalidPattern()
RewriteParserTestCase::testSavePatternEmptyPatternRule()
RewriteParserTestCase::testSaveRestrict()

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
ModRewriteParserTest   ModRewriteParserTest()  
void   setUp()  
void   testFetchEmbedConfig()  
void   testHandleAdminParserRequest1()  
void   testHandleAdminParserRequest2()  
void   testHandleAdminParserRequest3()  
void   testHandleAdminParserRequest4()  
void   testHandleTestResultsRequest1()  
void   testHandleTestResultsRequest2()  
void   testHandleTestResultsRequest3()  
void   testNeedsConfigurationEmbedded()  
void   testNeedsEmbedConfig1()  
void   testNeedsEmbedConfig2()  
void   testSaveAccessList()  
void   testSaveAccessListCantWrite()  
void   testSaveAccessListEmbedded()  
void   testSaveAccessListEmbeddedCantWrite()  
void   testSaveActiveRulesEmbedded()  
void   testSaveBadActiveRulesEmbedded()  
void   testSaveEmbedConfig1()  
void   testSaveEmbedConfig2()  
void   testSaveEmbedConfig3()  

[ Top ]
Methods
Constructor ModRewriteParserTest  [line 44]

  ModRewriteParserTest ModRewriteParserTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 48]

  void setUp( )



Redefinition of:
RewriteParserTestCase::setUp()

[ Top ]
testFetchEmbedConfig  [line 462]

  void testFetchEmbedConfig( )



[ Top ]
testHandleAdminParserRequest1  [line 307]

  void testHandleAdminParserRequest1( )



[ Top ]
testHandleAdminParserRequest2  [line 339]

  void testHandleAdminParserRequest2( )



[ Top ]
testHandleAdminParserRequest3  [line 371]

  void testHandleAdminParserRequest3( )



[ Top ]
testHandleAdminParserRequest4  [line 405]

  void testHandleAdminParserRequest4( )



[ Top ]
testHandleTestResultsRequest1  [line 248]

  void testHandleTestResultsRequest1( )



[ Top ]
testHandleTestResultsRequest2  [line 268]

  void testHandleTestResultsRequest2( )



[ Top ]
testHandleTestResultsRequest3  [line 288]

  void testHandleTestResultsRequest3( )



[ Top ]
testNeedsConfigurationEmbedded  [line 235]

  void testNeedsConfigurationEmbedded( )



[ Top ]
testNeedsEmbedConfig1  [line 435]

  void testNeedsEmbedConfig1( )



[ Top ]
testNeedsEmbedConfig2  [line 444]

  void testNeedsEmbedConfig2( )



[ Top ]
testSaveAccessList  [line 118]

  void testSaveAccessList( )



[ Top ]
testSaveAccessListCantWrite  [line 174]

  void testSaveAccessListCantWrite( )



[ Top ]
testSaveAccessListEmbedded  [line 144]

  void testSaveAccessListEmbedded( )



[ Top ]
testSaveAccessListEmbeddedCantWrite  [line 203]

  void testSaveAccessListEmbeddedCantWrite( )



[ Top ]
testSaveActiveRulesEmbedded  [line 70]

  void testSaveActiveRulesEmbedded( )



Redefinition of:
RewriteParserTestCase::testSaveActiveRulesEmbedded()

[ Top ]
testSaveBadActiveRulesEmbedded  [line 94]

  void testSaveBadActiveRulesEmbedded( )



Redefinition of:
RewriteParserTestCase::testSaveBadActiveRulesEmbedded()

[ Top ]
testSaveEmbedConfig1  [line 473]

  void testSaveEmbedConfig1( )



[ Top ]
testSaveEmbedConfig2  [line 486]

  void testSaveEmbedConfig2( )



[ Top ]
testSaveEmbedConfig3  [line 501]

  void testSaveEmbedConfig3( )



[ Top ]

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