Documentation

OutputFormatterTest extends TestCase
in package

Table of Contents

provideInlineStyleOptionsCases()  : mixed
provideInlineStyleTagsWithUnknownOptions()  : mixed
testAdjacentStyles()  : mixed
testBundledStyles()  : mixed
testContentWithLineBreaks()  : mixed
testDeepNestedStyles()  : mixed
testEmptyTag()  : mixed
testFormatLongString()  : mixed
testFormatToStringObject()  : mixed
testInlineStyle()  : mixed
testInlineStyleOptions()  : mixed
testInlineStyleOptionsUnknownAreDeprecated()  : mixed
testLGCharEscaping()  : mixed
testNestedStyles()  : mixed
testNewStyle()  : mixed
testNonStyleTag()  : mixed
testNotDecoratedFormatter()  : mixed
testRedefineStyle()  : mixed
testStyleEscaping()  : mixed
testStyleMatchingNotGreedy()  : mixed

Methods

provideInlineStyleOptionsCases()

public provideInlineStyleOptionsCases() : mixed
Return values
mixed

provideInlineStyleTagsWithUnknownOptions()

public provideInlineStyleTagsWithUnknownOptions() : mixed
Return values
mixed

testContentWithLineBreaks()

public testContentWithLineBreaks() : mixed
Return values
mixed

testDeepNestedStyles()

public testDeepNestedStyles() : mixed
Return values
mixed

testFormatLongString()

public testFormatLongString() : mixed
Return values
mixed

testFormatToStringObject()

public testFormatToStringObject() : mixed
Return values
mixed

testInlineStyleOptions()

public testInlineStyleOptions(string $tag[, string|null $expected = null ][, string|null $input = null ]) : mixed
Parameters
$tag : string
$expected : string|null = null
$input : string|null = null
Tags
dataProvider

provideInlineStyleOptionsCases

Return values
mixed

testInlineStyleOptionsUnknownAreDeprecated()

public testInlineStyleOptionsUnknownAreDeprecated(mixed $tag, mixed $option) : mixed
Parameters
$tag : mixed
$option : mixed
Tags
group

legacy

dataProvider

provideInlineStyleTagsWithUnknownOptions

expectedDeprecation

Unknown style options are deprecated since Symfony 3.2 and will be removed in 4.0. Exception "Invalid option specified: "%s". Expected one of (bold, underscore, blink, reverse, conceal).".

Return values
mixed

testNotDecoratedFormatter()

public testNotDecoratedFormatter() : mixed
Return values
mixed

testStyleMatchingNotGreedy()

public testStyleMatchingNotGreedy() : mixed
Return values
mixed

Search results