Test execution options:
timeout
in milliseconds, the default value is 2 minutes useEventLoop
true
always runs with an event loopfalse
never runs with an event loopnull
uses an event loop if there is one (provided by @see \io\vertx\jphp\core\Vertx::currentContext)
otherwise run withoutreporters
is an array of reporter configurationspackage |
Default |
---|
__construct( $reportingOptions = null)
mixed | null
addReporter( $reporters) : $this
ReportOptions|array
$this
getReporters() : array
array
getTimeout() : integer
integer
isUseEventLoop() : boolean
boolean
setReporters( $reporters) : $this
ReportOptions|array
$this
setTimeout( $timeout) : $this
integer
$this
setUseEventLoop( $useEventLoop) : $this
boolean
$this