PHP Class RedUNIT\Blackhole

The Blackhole class is the parent class of all tests that do not require a specific database connection.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
getTargetDrivers ( ) : array Returns a list of drivers for which this driver supports 'test rounds'. This class does not specify any drivers and can therefore be used as the base class of all tests not requiring a specific database connection.

Method Details

getTargetDrivers() public method

Returns a list of drivers for which this driver supports 'test rounds'. This class does not specify any drivers and can therefore be used as the base class of all tests not requiring a specific database connection.
See also: RedUNIT::getTargetDrivers() for details.
public getTargetDrivers ( ) : array
return array