PHP 클래스 Neos\Neos\Tests\Unit\Service\HtmlAugmenterTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$htmlAugmenter Neos\Neos\Service\HtmlAugmenter

공개 메소드들

메소드 설명
addAttributesDataProvider ( )
addAttributesDoesNotAlterHtmlIfAttributesArrayIsEmpty ( )
addAttributesTests ( string $html, array $attributes, string $fallbackTagName, array $exclusiveAttributes, string $expectedResult )
invalidAttributesDataProvider ( )
invalidAttributesTests ( string $html, array $attributes, string $fallbackTagName, array $exclusiveAttributes )
setUp ( )

메소드 상세

addAttributesDataProvider() 공개 메소드

addAttributesDoesNotAlterHtmlIfAttributesArrayIsEmpty() 공개 메소드

addAttributesTests() 공개 메소드

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

invalidAttributesDataProvider() 공개 메소드

invalidAttributesTests() 공개 메소드

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

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

$htmlAugmenter 보호되어 있는 프로퍼티

protected HtmlAugmenter,Neos\Neos\Service $htmlAugmenter
리턴 Neos\Neos\Service\HtmlAugmenter