PHP Class phpbb_template_template_test_case

Inheritance: extends phpbb_test_case
Show file Open project: phpbb/phpbb Class Usage Examples

Protected Properties

Property Type Description
$lang
$language_reflection_lang
$template
$template_path
$test_path
$user

Public Methods

Method Description
setUpBeforeClass ( )

Protected Methods

Method Description
config_defaults ( )
display ( $handle )
run_template ( $file, array $vars, array $block_vars, array $destroy, $expected, $lang_vars = [] )
setUp ( )
setup_engine ( array $new_config = [] )
tearDown ( )
trim_template_result ( $result )

Method Details

config_defaults() protected method

protected config_defaults ( )

display() protected method

protected display ( $handle )

run_template() protected method

protected run_template ( $file, array $vars, array $block_vars, array $destroy, $expected, $lang_vars = [] )
$vars array
$block_vars array
$destroy array

setUp() protected method

protected setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

setup_engine() protected method

protected setup_engine ( array $new_config = [] )
$new_config array

tearDown() protected method

protected tearDown ( )

trim_template_result() protected static method

protected static trim_template_result ( $result )

Property Details

$lang protected property

protected $lang

$language_reflection_lang protected static property

protected static $language_reflection_lang

$template protected property

protected $template

$template_path protected property

protected $template_path

$test_path protected property

protected $test_path

$user protected property

protected $user