TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
WorkspaceServiceTest Class Reference
Inheritance diagram for WorkspaceServiceTest:

Public Member Functions

 emptyWorkspaceReturnsEmptyArray ()
 
 versionsFromSpecificWorkspaceCanBeFound ()
 
 versionsFromAllWorkspaceCanBeFound ()
 
 versionsCanBeFoundRecursive ()
 
 versionsCanBeFilteredToSpecificStage ()
 
 versionsCanBeFilteredToSpecificLifecycleStep ()
 
 movedElementsCanNotBeFoundAtTheirOrigin ()
 
 movedElementsCanBeFoundAtTheirDestination ()
 
 movedElementsCanBeFoundUsingTheirLiveUid ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $coreExtensionsToLoad = array('version', 'workspaces')
 

Detailed Description

Workspace service test

Definition at line 20 of file WorkspaceServiceTest.php.

Member Function Documentation

emptyWorkspaceReturnsEmptyArray ( )
Test:

Definition at line 38 of file WorkspaceServiceTest.php.

movedElementsCanBeFoundAtTheirDestination ( )
Test:

Definition at line 150 of file WorkspaceServiceTest.php.

movedElementsCanBeFoundUsingTheirLiveUid ( )
Test:

Definition at line 169 of file WorkspaceServiceTest.php.

movedElementsCanNotBeFoundAtTheirOrigin ( )

The only change which we could find here actually moved away from this branch of the tree - therefore we're not supposed to find anything here

Test:

Definition at line 136 of file WorkspaceServiceTest.php.

setUp ( )
protected

Set up

Definition at line 27 of file WorkspaceServiceTest.php.

versionsCanBeFilteredToSpecificLifecycleStep ( )
Test:

Definition at line 113 of file WorkspaceServiceTest.php.

versionsCanBeFilteredToSpecificStage ( )
Test:

Definition at line 91 of file WorkspaceServiceTest.php.

versionsCanBeFoundRecursive ( )
Test:

Definition at line 78 of file WorkspaceServiceTest.php.

versionsFromAllWorkspaceCanBeFound ( )
Test:

Definition at line 65 of file WorkspaceServiceTest.php.

versionsFromSpecificWorkspaceCanBeFound ( )
Test:

Definition at line 50 of file WorkspaceServiceTest.php.

Member Data Documentation

$coreExtensionsToLoad = array('version', 'workspaces')
protected

Definition at line 22 of file WorkspaceServiceTest.php.