PHP 클래스 phpbb_database_test_case

상속: extends PHPUnit_Extensions_Database_TestCase
파일 보기 프로젝트 열기: phpbb/phpbb 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fixture_xml_data
$install_schema_file
$phpbb_schema_copy
$schema_file
$test_case_helpers

공개 메소드들

메소드 설명
__construct ( $name = NULL, array $data = [], $dataName = '' )
assertSqlResultEquals ( $expected, $sql, $message = '' )
assert_array_content_equals ( $one, $two )
createXMLDataSet ( $path )
getConnection ( )
get_database_config ( )
get_test_case_helpers ( )
new_dbal ( )
setExpectedTriggerError ( $errno, $message = '' )
setUpBeforeClass ( )
tearDownAfterClass ( )

보호된 메소드들

메소드 설명
create_connection_manager ( $config )
database_synchronisation ( array $table_column_map ) : null Performs synchronisations for a given table/column set on the database
setUp ( )
setup_extensions ( ) : array
tearDown ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name = NULL, array $data = [], $dataName = '' )
$data array

assertSqlResultEquals() 공개 메소드

public assertSqlResultEquals ( $expected, $sql, $message = '' )

assert_array_content_equals() 공개 메소드

public assert_array_content_equals ( $one, $two )

createXMLDataSet() 공개 메소드

public createXMLDataSet ( $path )

create_connection_manager() 보호된 메소드

protected create_connection_manager ( $config )

database_synchronisation() 보호된 메소드

Performs synchronisations for a given table/column set on the database
protected database_synchronisation ( array $table_column_map ) : null
$table_column_map array Information about the tables/columns to synchronise
리턴 null

getConnection() 공개 메소드

public getConnection ( )

get_database_config() 공개 메소드

public get_database_config ( )

get_test_case_helpers() 공개 메소드

new_dbal() 공개 메소드

public new_dbal ( )

setExpectedTriggerError() 공개 메소드

public setExpectedTriggerError ( $errno, $message = '' )

setUp() 보호된 메소드

protected setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

setup_extensions() 보호된 정적인 메소드

protected static setup_extensions ( ) : array
리턴 array List of extensions that should be set up

tearDown() 보호된 메소드

protected tearDown ( )

tearDownAfterClass() 공개 정적인 메소드

public static tearDownAfterClass ( )

프로퍼티 상세

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

protected $fixture_xml_data

$install_schema_file 보호되어 있는 정적으로 프로퍼티

protected static $install_schema_file

$phpbb_schema_copy 보호되어 있는 정적으로 프로퍼티

protected static $phpbb_schema_copy

$schema_file 보호되어 있는 정적으로 프로퍼티

protected static $schema_file

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

protected $test_case_helpers