‪TYPO3CMS  ‪main
TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest Class Reference
Inheritance diagram for TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest:

Public Member Functions

 getsOpenDocumentsFromUserSession ()
 
 handlesUserSessionWithoutOpenDocuments ()
 
 getsRecentDocumentsFromUserSession ()
 
 handlesUserSessionWithoutRecentDocuments ()
 
 closesDocument ()
 

Protected Member Functions

 setUp ()
 

Private Attributes

BackendUserAuthentication &MockObject $backendUser
 

Detailed Description

Definition at line 26 of file OpenDocumentServiceTest.php.

Member Function Documentation

◆ closesDocument()

TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::closesDocument ( )

Definition at line 89 of file OpenDocumentServiceTest.php.

◆ getsOpenDocumentsFromUserSession()

TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::getsOpenDocumentsFromUserSession ( )

Definition at line 38 of file OpenDocumentServiceTest.php.

◆ getsRecentDocumentsFromUserSession()

TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::getsRecentDocumentsFromUserSession ( )

Definition at line 66 of file OpenDocumentServiceTest.php.

◆ handlesUserSessionWithoutOpenDocuments()

TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::handlesUserSessionWithoutOpenDocuments ( )

Definition at line 57 of file OpenDocumentServiceTest.php.

◆ handlesUserSessionWithoutRecentDocuments()

TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::handlesUserSessionWithoutRecentDocuments ( )

Definition at line 80 of file OpenDocumentServiceTest.php.

◆ setUp()

TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::setUp ( )
protected

Member Data Documentation

◆ $backendUser

BackendUserAuthentication& MockObject TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::$backendUser
private