‪TYPO3CMS  11.5
TYPO3\CMS\Seo\Tests\Unit\MetaTag\TwitterCardMetaTagManagerTest Class Reference
Inheritance diagram for TYPO3\CMS\Seo\Tests\Unit\MetaTag\TwitterCardMetaTagManagerTest:

Public Member Functions

 checkIfGetAllHandledPropertiesReturnsNonEmptyArray ()
 
 checkIfPropertyIsStoredAfterAddingProperty (array $property, array $expected, string $expectedRenderedTag)
 
array propertiesProvider ()
 
 checkIfAddingOnlySubPropertyAndNoMainPropertyIsReturningException ()
 
 checkRenderAllPropertiesRendersCorrectMetaTags ()
 
 checkIfRemovePropertyReallyRemovesProperty ()
 

Detailed Description

Test case

Definition at line 26 of file TwitterCardMetaTagManagerTest.php.

Member Function Documentation

◆ checkIfAddingOnlySubPropertyAndNoMainPropertyIsReturningException()

TYPO3\CMS\Seo\Tests\Unit\MetaTag\TwitterCardMetaTagManagerTest::checkIfAddingOnlySubPropertyAndNoMainPropertyIsReturningException ( )
Test:

Definition at line 132 of file TwitterCardMetaTagManagerTest.php.

◆ checkIfGetAllHandledPropertiesReturnsNonEmptyArray()

TYPO3\CMS\Seo\Tests\Unit\MetaTag\TwitterCardMetaTagManagerTest::checkIfGetAllHandledPropertiesReturnsNonEmptyArray ( )
Test:

Definition at line 31 of file TwitterCardMetaTagManagerTest.php.

◆ checkIfPropertyIsStoredAfterAddingProperty()

TYPO3\CMS\Seo\Tests\Unit\MetaTag\TwitterCardMetaTagManagerTest::checkIfPropertyIsStoredAfterAddingProperty ( array  $property,
array  $expected,
string  $expectedRenderedTag 
)

@dataProvider propertiesProvider

Test:
Parameters
array$property
array$expected
string$expectedRenderedTag

Definition at line 48 of file TwitterCardMetaTagManagerTest.php.

◆ checkIfRemovePropertyReallyRemovesProperty()

TYPO3\CMS\Seo\Tests\Unit\MetaTag\TwitterCardMetaTagManagerTest::checkIfRemovePropertyReallyRemovesProperty ( )
Test:

Definition at line 198 of file TwitterCardMetaTagManagerTest.php.

◆ checkRenderAllPropertiesRendersCorrectMetaTags()

TYPO3\CMS\Seo\Tests\Unit\MetaTag\TwitterCardMetaTagManagerTest::checkRenderAllPropertiesRendersCorrectMetaTags ( )
Test:

Definition at line 143 of file TwitterCardMetaTagManagerTest.php.

◆ propertiesProvider()

array TYPO3\CMS\Seo\Tests\Unit\MetaTag\TwitterCardMetaTagManagerTest::propertiesProvider ( )
Returns
‪array

Definition at line 64 of file TwitterCardMetaTagManagerTest.php.