Documentation

TestRunner extends BaseTestRunner
in package

TestRunner for Horde AllTests.php scripts.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2014-2021 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL

link
http://www.horde.org/components/Horde_Test

Table of Contents

getSuite()  : mixed
Get the test suite.
runFailed()  : void

Methods

getSuite()

Get the test suite.

public getSuite(string $package, string $dir) : mixed
Parameters
$package : string

The name of the package tested by this suite.

$dir : string

The path of the AllTests class.

Return values
mixed

runFailed()

protected runFailed(string $message) : void
Parameters
$message : string
Return values
void

Search results