PHP Class Xpressengine\Tests\Database\DynamicQueryTest

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

Protected Properties

Property Type Description
$connection
$connector
$grammar
$processor

Public Methods

Method Description
setUp ( ) : void set up
tearDown ( ) : void tear down
testSetProxy ( ) : void test proxy setting
testWithDynamicAndProxy ( ) : void test query builder interface without proxy, dynamic
testWithDynamicWithoutProxy ( ) : void test query builder interface without proxy, dynamic
testWithoutDynamicAndProxy ( ) : void test query builder interface without proxy, dynamic

Private Methods

Method Description
getInstance ( $proxy = false ) : DynamicQuery get query builder instance

Method Details

setUp() public method

set up
public setUp ( ) : void
return void

tearDown() public method

tear down
public tearDown ( ) : void
return void

testSetProxy() public method

test proxy setting
public testSetProxy ( ) : void
return void

testWithDynamicAndProxy() public method

test query builder interface without proxy, dynamic
public testWithDynamicAndProxy ( ) : void
return void

testWithDynamicWithoutProxy() public method

test query builder interface without proxy, dynamic
public testWithDynamicWithoutProxy ( ) : void
return void

testWithoutDynamicAndProxy() public method

test query builder interface without proxy, dynamic
public testWithoutDynamicAndProxy ( ) : void
return void

Property Details

$connection protected property

protected $connection

$connector protected property

protected $connector

$grammar protected property

protected $grammar

$processor protected property

protected $processor