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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Datei anzeigen Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$htmlAugmenter Neos\Neos\Service\HtmlAugmenter

Public Methods

Method 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 method

addAttributesDoesNotAlterHtmlIfAttributesArrayIsEmpty() public method

addAttributesTests() public method

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

invalidAttributesDataProvider() public method

invalidAttributesTests() public method

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

setUp() public method

public setUp ( )

Property Details

$htmlAugmenter protected_oe property

protected HtmlAugmenter,Neos\Neos\Service $htmlAugmenter
return Neos\Neos\Service\HtmlAugmenter