PHP 클래스 Facile\DoctrineMySQLComeBack\Doctrine\DBAL\ConnectionTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: facile-it/doctrine-mysql-come-back

보호된 프로퍼티들

프로퍼티 타입 설명
$connection Connection

공개 메소드들

메소드 설명
isUpdateQueryDataProvider ( )
setUp ( )
testContructor ( )
testContructorWithInvalidDriver ( )
testIsUpdateQuery ( string $query, boolean $expected )

메소드 상세

isUpdateQueryDataProvider() 공개 메소드

setUp() 공개 메소드

public setUp ( )

testContructor() 공개 메소드

public testContructor ( )

testContructorWithInvalidDriver() 공개 메소드

testIsUpdateQuery() 공개 메소드

public testIsUpdateQuery ( string $query, boolean $expected )
$query string
$expected boolean

프로퍼티 상세

$connection 보호되어 있는 프로퍼티

protected Connection,Facile\DoctrineMySQLComeBack\Doctrine\DBAL $connection
리턴 Connection