PHP Class lithium\tests\integration\data\source\database\adapter\Sqlite3Test

Inheritance: extends lithium\tests\integration\data\Base
Show file Open project: unionofrad/lithium

Protected Properties

Property Type Description
$_schema

Public Methods

Method Description
setUp ( )
skip ( ) Skip the test if a Sqlite3 adapter configuration is unavailable.
tearDown ( )
testColumnAbstraction ( )
testConstructorDefaults ( ) Tests that the object is initialized with the correct default values.
testDatabaseConnection ( ) Tests that this adapter can connect to the database, and that the status is properly persisted.
testDatabaseEncoding ( )
testDefaultValues ( )
testDeletesWithoutAliases ( ) Ensures that DELETE queries are not generated with table aliases, as Sqlite3 does not support this.
testDescribe ( ) Tests that describing a table's schema returns the correct column meta-information.
testEnabledFeatures ( )
testEntityQuerying ( )
testExecuteException ( )
testNameQuoting ( )
testResultSetInFile ( )
testResultSetInMemory ( )
testValueByIntrospect ( )
testValueWithSchema ( )

Protected Methods

Method Description
_testResultSet ( $connection )

Method Details

_testResultSet() protected method

protected _testResultSet ( $connection )

setUp() public method

public setUp ( )

skip() public method

Skip the test if a Sqlite3 adapter configuration is unavailable.
public skip ( )

tearDown() public method

public tearDown ( )

testColumnAbstraction() public method

testConstructorDefaults() public method

Tests that the object is initialized with the correct default values.

testDatabaseConnection() public method

Tests that this adapter can connect to the database, and that the status is properly persisted.

testDatabaseEncoding() public method

testDefaultValues() public method

public testDefaultValues ( )

testDeletesWithoutAliases() public method

Ensures that DELETE queries are not generated with table aliases, as Sqlite3 does not support this.

testDescribe() public method

Tests that describing a table's schema returns the correct column meta-information.
public testDescribe ( )

testEnabledFeatures() public method

public testEnabledFeatures ( )

testEntityQuerying() public method

public testEntityQuerying ( )

testExecuteException() public method

testNameQuoting() public method

public testNameQuoting ( )

testResultSetInFile() public method

public testResultSetInFile ( )

testResultSetInMemory() public method

testValueByIntrospect() public method

testValueWithSchema() public method

public testValueWithSchema ( )

Property Details

$_schema protected property

protected $_schema