final class NamePrettifier (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

string
prettifyTestClassName(string $className)

No description

string
prettifyTestMethodName(string $name)

No description

string
prettifyTestCase(TestCase $test, bool $colorize)

No description

string
prettifyDataSet(TestCase $test, bool $colorize)

No description

Details

string prettifyTestClassName(string $className)

No description

Parameters

string $className

Return Value

string

string prettifyTestMethodName(string $name)

No description

Parameters

string $name

Return Value

string

string prettifyTestCase(TestCase $test, bool $colorize)

No description

Parameters

TestCase $test
bool $colorize

Return Value

string

string prettifyDataSet(TestCase $test, bool $colorize)

No description

Parameters

TestCase $test
bool $colorize

Return Value

string