PHP Class Xpressengine\Tests\Database\VirtualConnectionTest

Author: XE Developers ([email protected])
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$databaseConfig array connector 를 생성하기 위한 설정 값 xe.php 설정의 database 설정이 넘어가야함.

Public Methods

Method Description
tearDown ( ) : void tear down
testConnection ( ) : void test connection
testConnectionInterface ( ) : void test Illuminate\Database\ConnectionInterface
testGetDefaultConnection ( ) : void test get default connection
testGetFetchMode ( ) : void test get fetch mode
testGetName ( ) : void test get connector name
testGetProxyManager ( ) : void test get proxy manager
testGetQueryBuilder ( ) : void test make querybuilder
testTransactionHandler ( ) : void test transaction handler interface

Method Details

tearDown() public method

tear down
public tearDown ( ) : void
return void

testConnection() public method

test connection
public testConnection ( ) : void
return void

testConnectionInterface() public method

test Illuminate\Database\ConnectionInterface
See also: Illuminate\Database\ConnectionInterface
public testConnectionInterface ( ) : void
return void

testGetDefaultConnection() public method

test get default connection
public testGetDefaultConnection ( ) : void
return void

testGetFetchMode() public method

test get fetch mode
public testGetFetchMode ( ) : void
return void

testGetName() public method

test get connector name
public testGetName ( ) : void
return void

testGetProxyManager() public method

test get proxy manager
public testGetProxyManager ( ) : void
return void

testGetQueryBuilder() public method

test make querybuilder
public testGetQueryBuilder ( ) : void
return void

testTransactionHandler() public method

test transaction handler interface
public testTransactionHandler ( ) : void
return void

Property Details

$databaseConfig protected property

connector 를 생성하기 위한 설정 값 xe.php 설정의 database 설정이 넘어가야함.
protected array $databaseConfig
return array