final class Logging (View source)

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

Methods

__construct(Junit|null $junit, Otr|null $otr, TeamCity|null $teamCity, Html|null $testDoxHtml, Text|null $testDoxText)

No description

bool
hasJunit()

No description

junit()

No description

bool
hasOtr()

No description

Otr
otr()

No description

bool
hasTeamCity()

No description

teamCity()

No description

bool
hasTestDoxHtml()

No description

testDoxHtml()

No description

bool
hasTestDoxText()

No description

testDoxText()

No description

Details

__construct(Junit|null $junit, Otr|null $otr, TeamCity|null $teamCity, Html|null $testDoxHtml, Text|null $testDoxText)

No description

Parameters

Junit|null $junit
Otr|null $otr
TeamCity|null $teamCity
Html|null $testDoxHtml
Text|null $testDoxText

bool hasJunit()

No description

Return Value

bool

Junit junit()

No description

Return Value

Junit

Exceptions

Exception

bool hasOtr()

No description

Return Value

bool

Otr otr()

No description

Return Value

Otr

Exceptions

Exception

bool hasTeamCity()

No description

Return Value

bool

TeamCity teamCity()

No description

Return Value

TeamCity

Exceptions

Exception

bool hasTestDoxHtml()

No description

Return Value

bool

Html testDoxHtml()

No description

Return Value

Html

Exceptions

Exception

bool hasTestDoxText()

No description

Return Value

bool

Text testDoxText()

No description

Return Value

Text

Exceptions

Exception