‪TYPO3CMS  9.5
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 ()
 

Protected Attributes

OpenDocumentService $subject
 
BackendUserAuthentication Prophecy Prophecy ObjectProphecy $backendUser
 

Detailed Description

Test case

Definition at line 25 of file OpenDocumentServiceTest.php.

Member Function Documentation

◆ closesDocument()

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

Definition at line 110 of file OpenDocumentServiceTest.php.

◆ getsOpenDocumentsFromUserSession()

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

Definition at line 47 of file OpenDocumentServiceTest.php.

◆ getsRecentDocumentsFromUserSession()

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

Definition at line 81 of file OpenDocumentServiceTest.php.

◆ handlesUserSessionWithoutOpenDocuments()

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

Definition at line 69 of file OpenDocumentServiceTest.php.

◆ handlesUserSessionWithoutRecentDocuments()

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

Definition at line 98 of file OpenDocumentServiceTest.php.

◆ setUp()

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

Set up this test case

Definition at line 38 of file OpenDocumentServiceTest.php.

Member Data Documentation

◆ $backendUser

BackendUserAuthentication Prophecy Prophecy ObjectProphecy TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::$backendUser
protected

Definition at line 33 of file OpenDocumentServiceTest.php.

◆ $subject

OpenDocumentService TYPO3\CMS\Opendocs\Tests\Unit\Service\OpenDocumentServiceTest::$subject
protected

Definition at line 29 of file OpenDocumentServiceTest.php.