\Horde_Test_Bootstrap

Bootstrap code for PHPUnit tests.

Copyright 2012-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
bootstrap()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_runonce
N/A

Properties

$_runonce

$_runonce : boolean

Only run bootstrap code once.

Type

boolean

Methods

bootstrap()

bootstrap(string  $dir, boolean  $no_autoload = false) 

Bootstrap code for Horde PEAR packages.

Parameters

string $dir

Base directory of tests.

boolean $no_autoload

Don't run default Horde_Test autoload tasks.