file-fetcher
Public Member Functions | List of all members
PHPUnit\Util\TestDox\NamePrettifier Class Reference

Public Member Functions

 __construct ($useColor=false)
 
 prettifyTestClass (string $className)
 
 prettifyTestCase (TestCase $test)
 
 prettifyDataSet (TestCase $test)
 
 prettifyTestMethod (string $name)
 

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Util\TestDox\NamePrettifier::__construct (   $useColor = false)

Member Function Documentation

◆ prettifyDataSet()

PHPUnit\Util\TestDox\NamePrettifier::prettifyDataSet ( TestCase  $test)

◆ prettifyTestCase()

PHPUnit\Util\TestDox\NamePrettifier::prettifyTestCase ( TestCase  $test)
Exceptions

◆ prettifyTestClass()

PHPUnit\Util\TestDox\NamePrettifier::prettifyTestClass ( string  $className)

Prettifies the name of a test class.

@psalm-param class-string $className

◆ prettifyTestMethod()

PHPUnit\Util\TestDox\NamePrettifier::prettifyTestMethod ( string  $name)

Prettifies the name of a test method.


The documentation for this class was generated from the following file: