DispatchingEmitter
final class DispatchingEmitter implements Emitter (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
__construct(Dispatcher $dispatcher, System $system)
No description
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
testRunnerDisabledGarbageCollection()
No description
void
testRunnerTriggeredGarbageCollection()
No description
void
childProcessStarted()
No description
void
childProcessErrored()
No description
void
childProcessFinished(string $stdout, string $stderr)
No description
void
testSuiteSkipped(TestSuite $testSuite, string $message)
No description
void
testSuiteStarted(TestSuite $testSuite)
No description
void
testPreparationStarted(Test $test)
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
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
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
testRunnerStartedStaticAnalysisForCodeCoverage()
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
testRunnerEnabledGarbageCollection()
No description
void
testRunnerExecutionAborted()
No description
void
testRunnerExecutionFinished()
No description
void
testRunnerFinished()
No description
void
applicationFinished(int $shellExitCode)
No description