Documentation

OutputFormatterTest extends TestCase
in package

Table of Contents

Methods

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

provideInlineStyleTagsWithUnknownOptions()

public provideInlineStyleTagsWithUnknownOptions() : 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

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 version 3.2 and will be removed in 4.0. Exception "Invalid option specified: "%s". Expected one of (bold, underscore, blink, reverse, conceal)".


        
On this page

Search results