interface Emitter (View source)

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

Methods

void
applicationStarted()

No description

void
testRunnerStarted()

No description

void
testRunnerConfigured(Configuration $configuration)

No description

void
testRunnerBootstrapFinished(string $filename)

No description

void
testRunnerLoadedExtensionFromPhar(string $filename, string $name, string $version)

No description

void
testRunnerBootstrappedExtension(string $className, array $parameters)

No description

void
dataProviderMethodCalled(ClassMethod $testMethod, ClassMethod $dataProviderMethod)

No description

void
dataProviderMethodFinished(ClassMethod $testMethod, ClassMethod ...$calledMethods)

No description

void
testSuiteLoaded(TestSuite $testSuite)

No description

void
testSuiteFiltered(TestSuite $testSuite)

No description

void
testSuiteSorted(int $executionOrder, int $executionOrderDefects, bool $resolveDependencies)

No description

void
testRunnerEventFacadeSealed()

No description

void
testRunnerExecutionStarted(TestSuite $testSuite)

No description

void
void
void
testSuiteSkipped(TestSuite $testSuite, string $message)

No description

void
testSuiteStarted(TestSuite $testSuite)

No description

void
testPreparationStarted(Test $test)

No description

void
testPreparationErrored(Test $test, Throwable $throwable)

No description

void
testPreparationFailed(Test $test, Throwable $throwable)

No description

void
beforeFirstTestMethodCalled(string $testClassName, ClassMethod $calledMethod)

No description

void
beforeFirstTestMethodErrored(string $testClassName, ClassMethod $calledMethod, Throwable $throwable)

No description

void
beforeFirstTestMethodFailed(string $testClassName, ClassMethod $calledMethod, Throwable $throwable)

No description

void
beforeFirstTestMethodFinished(string $testClassName, ClassMethod ...$calledMethods)

No description

void
beforeTestMethodCalled(TestMethod $test, ClassMethod $calledMethod)

No description

void
beforeTestMethodErrored(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

void
beforeTestMethodFailed(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

void
beforeTestMethodFinished(TestMethod $test, ClassMethod ...$calledMethods)

No description

void
preConditionCalled(TestMethod $test, ClassMethod $calledMethod)

No description

void
preConditionErrored(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

void
preConditionFailed(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

void
preConditionFinished(TestMethod $test, ClassMethod ...$calledMethods)

No description

void
testPrepared(Test $test)

No description

void
testRegisteredComparator(string $className)

No description

void
testCreatedMockObject(string $className)

No description

void
testCreatedMockObjectForIntersectionOfInterfaces(array $interfaces)

No description

void
testCreatedPartialMockObject(string $className, string ...$methodNames)

No description

void
testCreatedStub(string $className)

No description

void
testCreatedStubForIntersectionOfInterfaces(array $interfaces)

No description

void
testErrored(Test $test, Throwable $throwable)

No description

void
testFailed(Test $test, Throwable $throwable, ComparisonFailure|null $comparisonFailure)

No description

void
testPassed(Test $test)

No description

void
testConsideredRisky(Test $test, string $message)

No description

void
testMarkedAsIncomplete(Test $test, Throwable $throwable)

No description

void
testSkipped(Test $test, string $message)

No description

void
testTriggeredPhpunitDeprecation(Test|null $test, string $message)

No description

void
testTriggeredPhpunitNotice(Test $test, string $message)

No description

void
testTriggeredPhpDeprecation(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest, IssueTrigger $trigger)

No description

void
testTriggeredDeprecation(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest, IssueTrigger $trigger, string $stackTrace)

No description

void
testTriggeredError(Test $test, string $message, string $file, int $line, bool $suppressed)

No description

void
testTriggeredNotice(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

void
testTriggeredPhpNotice(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

void
testTriggeredWarning(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

void
testTriggeredPhpWarning(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

void
testTriggeredPhpunitError(Test $test, string $message)

No description

void
testTriggeredPhpunitWarning(Test $test, string $message)

No description

void
testPrintedUnexpectedOutput(string $output)

No description

void
testProvidedAdditionalInformation(TestMethod $test, string $additionalInformation)

No description

void
testFinished(Test $test, int $numberOfAssertionsPerformed)

No description

void
postConditionCalled(TestMethod $test, ClassMethod $calledMethod)

No description

void
postConditionErrored(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

void
postConditionFailed(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

void
postConditionFinished(TestMethod $test, ClassMethod ...$calledMethods)

No description

void
afterTestMethodCalled(TestMethod $test, ClassMethod $calledMethod)

No description

void
afterTestMethodErrored(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

void
afterTestMethodFailed(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

void
afterTestMethodFinished(TestMethod $test, ClassMethod ...$calledMethods)

No description

void
afterLastTestMethodCalled(string $testClassName, ClassMethod $calledMethod)

No description

void
afterLastTestMethodErrored(string $testClassName, ClassMethod $calledMethod, Throwable $throwable)

No description

void
afterLastTestMethodFailed(string $testClassName, ClassMethod $calledMethod, Throwable $throwable)

No description

void
afterLastTestMethodFinished(string $testClassName, ClassMethod ...$calledMethods)

No description

void
testSuiteFinished(TestSuite $testSuite)

No description

void
childProcessStarted()

No description

void
childProcessErrored()

No description

void
childProcessFinished(string $stdout, string $stderr)

No description

void
testRunnerFinishedStaticAnalysisForCodeCoverage(int $cacheHits, int $cacheMisses)

No description

void
testRunnerTriggeredPhpunitDeprecation(string $message)

No description

void
testRunnerTriggeredPhpunitNotice(string $message)

No description

void
testRunnerTriggeredPhpunitWarning(string $message)

No description

void
void
testRunnerExecutionAborted()

No description

void
testRunnerExecutionFinished()

No description

void
testRunnerFinished()

No description

void
applicationFinished(int $shellExitCode)

No description

Details

void applicationStarted()

No description

Return Value

void

void testRunnerStarted()

No description

Return Value

void

void testRunnerConfigured(Configuration $configuration)

No description

Parameters

Configuration $configuration

Return Value

void

void testRunnerBootstrapFinished(string $filename)

No description

Parameters

string $filename

Return Value

void

void testRunnerLoadedExtensionFromPhar(string $filename, string $name, string $version)

No description

Parameters

string $filename
string $name
string $version

Return Value

void

void testRunnerBootstrappedExtension(string $className, array $parameters)

No description

Parameters

string $className
array $parameters

Return Value

void

void dataProviderMethodCalled(ClassMethod $testMethod, ClassMethod $dataProviderMethod)

No description

Parameters

ClassMethod $testMethod
ClassMethod $dataProviderMethod

Return Value

void

void dataProviderMethodFinished(ClassMethod $testMethod, ClassMethod ...$calledMethods)

No description

Parameters

ClassMethod $testMethod
ClassMethod ...$calledMethods

Return Value

void

void testSuiteLoaded(TestSuite $testSuite)

No description

Parameters

TestSuite $testSuite

Return Value

void

void testSuiteFiltered(TestSuite $testSuite)

No description

Parameters

TestSuite $testSuite

Return Value

void

void testSuiteSorted(int $executionOrder, int $executionOrderDefects, bool $resolveDependencies)

No description

Parameters

int $executionOrder
int $executionOrderDefects
bool $resolveDependencies

Return Value

void

void testRunnerEventFacadeSealed()

No description

Return Value

void

void testRunnerExecutionStarted(TestSuite $testSuite)

No description

Parameters

TestSuite $testSuite

Return Value

void

void testRunnerDisabledGarbageCollection()

No description

Return Value

void

void testRunnerTriggeredGarbageCollection()

No description

Return Value

void

void testSuiteSkipped(TestSuite $testSuite, string $message)

No description

Parameters

TestSuite $testSuite
string $message

Return Value

void

void testSuiteStarted(TestSuite $testSuite)

No description

Parameters

TestSuite $testSuite

Return Value

void

void testPreparationStarted(Test $test)

No description

Parameters

Test $test

Return Value

void

void testPreparationErrored(Test $test, Throwable $throwable)

No description

Parameters

Test $test
Throwable $throwable

Return Value

void

void testPreparationFailed(Test $test, Throwable $throwable)

No description

Parameters

Test $test
Throwable $throwable

Return Value

void

void beforeFirstTestMethodCalled(string $testClassName, ClassMethod $calledMethod)

No description

Parameters

string $testClassName
ClassMethod $calledMethod

Return Value

void

void beforeFirstTestMethodErrored(string $testClassName, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

string $testClassName
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void beforeFirstTestMethodFailed(string $testClassName, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

string $testClassName
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void beforeFirstTestMethodFinished(string $testClassName, ClassMethod ...$calledMethods)

No description

Parameters

string $testClassName
ClassMethod ...$calledMethods

Return Value

void

void beforeTestMethodCalled(TestMethod $test, ClassMethod $calledMethod)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod

Return Value

void

void beforeTestMethodErrored(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void beforeTestMethodFailed(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void beforeTestMethodFinished(TestMethod $test, ClassMethod ...$calledMethods)

No description

Parameters

TestMethod $test
ClassMethod ...$calledMethods

Return Value

void

void preConditionCalled(TestMethod $test, ClassMethod $calledMethod)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod

Return Value

void

void preConditionErrored(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void preConditionFailed(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void preConditionFinished(TestMethod $test, ClassMethod ...$calledMethods)

No description

Parameters

TestMethod $test
ClassMethod ...$calledMethods

Return Value

void

void testPrepared(Test $test)

No description

Parameters

Test $test

Return Value

void

void testRegisteredComparator(string $className)

No description

Parameters

string $className

Return Value

void

void testCreatedMockObject(string $className)

No description

Parameters

string $className

Return Value

void

void testCreatedMockObjectForIntersectionOfInterfaces(array $interfaces)

No description

Parameters

array $interfaces

Return Value

void

void testCreatedPartialMockObject(string $className, string ...$methodNames)

No description

Parameters

string $className
string ...$methodNames

Return Value

void

void testCreatedStub(string $className)

No description

Parameters

string $className

Return Value

void

void testCreatedStubForIntersectionOfInterfaces(array $interfaces)

No description

Parameters

array $interfaces

Return Value

void

void testErrored(Test $test, Throwable $throwable)

No description

Parameters

Test $test
Throwable $throwable

Return Value

void

void testFailed(Test $test, Throwable $throwable, ComparisonFailure|null $comparisonFailure)

No description

Parameters

Test $test
Throwable $throwable
ComparisonFailure|null $comparisonFailure

Return Value

void

void testPassed(Test $test)

No description

Parameters

Test $test

Return Value

void

void testConsideredRisky(Test $test, string $message)

No description

Parameters

Test $test
string $message

Return Value

void

void testMarkedAsIncomplete(Test $test, Throwable $throwable)

No description

Parameters

Test $test
Throwable $throwable

Return Value

void

void testSkipped(Test $test, string $message)

No description

Parameters

Test $test
string $message

Return Value

void

void testTriggeredPhpunitDeprecation(Test|null $test, string $message)

No description

Parameters

Test|null $test
string $message

Return Value

void

void testTriggeredPhpunitNotice(Test $test, string $message)

No description

Parameters

Test $test
string $message

Return Value

void

void testTriggeredPhpDeprecation(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest, IssueTrigger $trigger)

No description

Parameters

Test $test
string $message
string $file
int $line
bool $suppressed
bool $ignoredByBaseline
bool $ignoredByTest
IssueTrigger $trigger

Return Value

void

void testTriggeredDeprecation(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest, IssueTrigger $trigger, string $stackTrace)

No description

Parameters

Test $test
string $message
string $file
int $line
bool $suppressed
bool $ignoredByBaseline
bool $ignoredByTest
IssueTrigger $trigger
string $stackTrace

Return Value

void

void testTriggeredError(Test $test, string $message, string $file, int $line, bool $suppressed)

No description

Parameters

Test $test
string $message
string $file
int $line
bool $suppressed

Return Value

void

void testTriggeredNotice(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

Parameters

Test $test
string $message
string $file
int $line
bool $suppressed
bool $ignoredByBaseline

Return Value

void

void testTriggeredPhpNotice(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

Parameters

Test $test
string $message
string $file
int $line
bool $suppressed
bool $ignoredByBaseline

Return Value

void

void testTriggeredWarning(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

Parameters

Test $test
string $message
string $file
int $line
bool $suppressed
bool $ignoredByBaseline

Return Value

void

void testTriggeredPhpWarning(Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

Parameters

Test $test
string $message
string $file
int $line
bool $suppressed
bool $ignoredByBaseline

Return Value

void

void testTriggeredPhpunitError(Test $test, string $message)

No description

Parameters

Test $test
string $message

Return Value

void

void testTriggeredPhpunitWarning(Test $test, string $message)

No description

Parameters

Test $test
string $message

Return Value

void

void testPrintedUnexpectedOutput(string $output)

No description

Parameters

string $output

Return Value

void

void testProvidedAdditionalInformation(TestMethod $test, string $additionalInformation)

No description

Parameters

TestMethod $test
string $additionalInformation

Return Value

void

void testFinished(Test $test, int $numberOfAssertionsPerformed)

No description

Parameters

Test $test
int $numberOfAssertionsPerformed

Return Value

void

void postConditionCalled(TestMethod $test, ClassMethod $calledMethod)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod

Return Value

void

void postConditionErrored(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void postConditionFailed(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void postConditionFinished(TestMethod $test, ClassMethod ...$calledMethods)

No description

Parameters

TestMethod $test
ClassMethod ...$calledMethods

Return Value

void

void afterTestMethodCalled(TestMethod $test, ClassMethod $calledMethod)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod

Return Value

void

void afterTestMethodErrored(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void afterTestMethodFailed(TestMethod $test, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

TestMethod $test
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void afterTestMethodFinished(TestMethod $test, ClassMethod ...$calledMethods)

No description

Parameters

TestMethod $test
ClassMethod ...$calledMethods

Return Value

void

void afterLastTestMethodCalled(string $testClassName, ClassMethod $calledMethod)

No description

Parameters

string $testClassName
ClassMethod $calledMethod

Return Value

void

void afterLastTestMethodErrored(string $testClassName, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

string $testClassName
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void afterLastTestMethodFailed(string $testClassName, ClassMethod $calledMethod, Throwable $throwable)

No description

Parameters

string $testClassName
ClassMethod $calledMethod
Throwable $throwable

Return Value

void

void afterLastTestMethodFinished(string $testClassName, ClassMethod ...$calledMethods)

No description

Parameters

string $testClassName
ClassMethod ...$calledMethods

Return Value

void

void testSuiteFinished(TestSuite $testSuite)

No description

Parameters

TestSuite $testSuite

Return Value

void

void childProcessStarted()

No description

Return Value

void

void childProcessErrored()

No description

Return Value

void

void childProcessFinished(string $stdout, string $stderr)

No description

Parameters

string $stdout
string $stderr

Return Value

void

void testRunnerStartedStaticAnalysisForCodeCoverage()

No description

Return Value

void

void testRunnerFinishedStaticAnalysisForCodeCoverage(int $cacheHits, int $cacheMisses)

No description

Parameters

int $cacheHits
int $cacheMisses

Return Value

void

void testRunnerTriggeredPhpunitDeprecation(string $message)

No description

Parameters

string $message

Return Value

void

void testRunnerTriggeredPhpunitNotice(string $message)

No description

Parameters

string $message

Return Value

void

void testRunnerTriggeredPhpunitWarning(string $message)

No description

Parameters

string $message

Return Value

void

void testRunnerEnabledGarbageCollection()

No description

Return Value

void

void testRunnerExecutionAborted()

No description

Return Value

void

void testRunnerExecutionFinished()

No description

Return Value

void

void testRunnerFinished()

No description

Return Value

void

void applicationFinished(int $shellExitCode)

No description

Parameters

int $shellExitCode

Return Value

void