PHP Class Neos\Neos\Tests\Unit\Service\HtmlAugmenterTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$htmlAugmenter Neos\Neos\Service\HtmlAugmenter

Méthodes publiques

Méthode Description
addAttributesDataProvider ( )
addAttributesDoesNotAlterHtmlIfAttributesArrayIsEmpty ( )
addAttributesTests ( string $html, array $attributes, string $fallbackTagName, array $exclusiveAttributes, string $expectedResult )
invalidAttributesDataProvider ( )
invalidAttributesTests ( string $html, array $attributes, string $fallbackTagName, array $exclusiveAttributes )
setUp ( )

Method Details

addAttributesDataProvider() public méthode

addAttributesDoesNotAlterHtmlIfAttributesArrayIsEmpty() public méthode

addAttributesTests() public méthode

public addAttributesTests ( string $html, array $attributes, string $fallbackTagName, array $exclusiveAttributes, string $expectedResult )
$html string
$attributes array
$fallbackTagName string
$exclusiveAttributes array
$expectedResult string

invalidAttributesDataProvider() public méthode

invalidAttributesTests() public méthode

public invalidAttributesTests ( string $html, array $attributes, string $fallbackTagName, array $exclusiveAttributes )
$html string
$attributes array
$fallbackTagName string
$exclusiveAttributes array

setUp() public méthode

public setUp ( )

Property Details

$htmlAugmenter protected_oe property

protected HtmlAugmenter,Neos\Neos\Service $htmlAugmenter
Résultat Neos\Neos\Service\HtmlAugmenter