final class TestDoxBuilder (View source)

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

Methods

static TestDox
fromTestCase(TestCase $testCase)

No description

static TestDox
fromClassNameAndMethodName(string $className, string $methodName)

No description

Details

static TestDox fromTestCase(TestCase $testCase)

No description

Parameters

TestCase $testCase

Return Value

TestDox

static TestDox fromClassNameAndMethodName(string $className, string $methodName)

No description

Parameters

string $className
string $methodName

Return Value

TestDox