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

Public Member Functions

 encodeReturnsExpectedResult (array $parts, $expected)
 
 encodeReturnsExpectedResultDataProvider ()
 
 decodeReturnsExpectedResult ($typoLink, array $expected)
 
 decodeReturnsExpectedResultDataProvider ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $subject
 

Detailed Description

Test case

Definition at line 23 of file TypoLinkCodecServiceTest.php.

Member Function Documentation

decodeReturnsExpectedResult (   $typoLink,
array  $expected 
)
Test:
decodeReturnsExpectedResultDataProvider
Parameters
string$typoLink
array$expected

Definition at line 91 of file TypoLinkCodecServiceTest.php.

decodeReturnsExpectedResultDataProvider ( )
Returns
array

Definition at line 99 of file TypoLinkCodecServiceTest.php.

encodeReturnsExpectedResult ( array  $parts,
  $expected 
)
Test:
encodeReturnsExpectedResultDataProvider
Parameters
array$parts
string$expected

Definition at line 44 of file TypoLinkCodecServiceTest.php.

encodeReturnsExpectedResultDataProvider ( )
Returns
array

Definition at line 52 of file TypoLinkCodecServiceTest.php.

setUp ( )
protected

Set up test subject

Definition at line 33 of file TypoLinkCodecServiceTest.php.

Member Data Documentation

$subject
protected

Definition at line 28 of file TypoLinkCodecServiceTest.php.