GSB_AppliMVC

AfterTestHook extends TestHook
in

Tags
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

executeAfterTest()  : void
This hook will fire after any test, regardless of the result.

Methods

executeAfterTest()

This hook will fire after any test, regardless of the result.

public executeAfterTest(string $test, float $time) : void

For more fine grained control, have a look at the other hooks that extend PHPUnit\Runner\Hook.

Parameters
$test : string
$time : float
Return values
void

Search results