PHP Class atk4\data\tests\SQLTestCase

Inheritance: extends TestCase
Show file Open project: atk4/data Class Usage Examples

Public Properties

Property Type Description
$db
$debug
$tables

Public Methods

Method Description
callProtected ( $obj, $name, array $args = [] )
getDB ( $tables = null, $noid = false )
getProtected ( $obj, $name )
runBare ( )
setDB ( $db_data ) Sets database into a specific test.
setUp ( )

Method Details

callProtected() public method

public callProtected ( $obj, $name, array $args = [] )
$args array

getDB() public method

public getDB ( $tables = null, $noid = false )

getProtected() public method

public getProtected ( $obj, $name )

runBare() public method

public runBare ( )

setDB() public method

Sets database into a specific test.
public setDB ( $db_data )

setUp() public method

public setUp ( )

Property Details

$db public property

public $db

$debug public property

public $debug

$tables public property

public $tables