Documentation

IntegrationTestCase extends TestCase
in package

Integration test helper.

Tags
author

Fabien Potencier fabien@symfony.com

author

Karma Dordrak drak@zikula.org

Table of Contents

getLegacyTests()  : mixed
getTests()  : mixed
testIntegration()  : mixed
testLegacyIntegration()  : mixed
doIntegrationTest()  : mixed
getExtensions()  : array<string|int, ExtensionInterface>
getFixturesDir()  : string
getRuntimeLoaders()  : array<string|int, RuntimeLoaderInterface>
getTwigFilters()  : array<string|int, TwigFilter>
getTwigFunctions()  : array<string|int, TwigFunction>
getTwigTests()  : array<string|int, TwigTest>
parseTemplates()  : mixed

Methods

getTests()

public getTests(mixed $name[, mixed $legacyTests = false ]) : mixed
Parameters
$name : mixed
$legacyTests : mixed = false
Return values
mixed

testIntegration()

public testIntegration(mixed $file, mixed $message, mixed $condition, mixed $templates, mixed $exception, mixed $outputs[, mixed $deprecation = '' ]) : mixed
Parameters
$file : mixed
$message : mixed
$condition : mixed
$templates : mixed
$exception : mixed
$outputs : mixed
$deprecation : mixed = ''
Tags
dataProvider

getTests

Return values
mixed

testLegacyIntegration()

public testLegacyIntegration(mixed $file, mixed $message, mixed $condition, mixed $templates, mixed $exception, mixed $outputs[, mixed $deprecation = '' ]) : mixed
Parameters
$file : mixed
$message : mixed
$condition : mixed
$templates : mixed
$exception : mixed
$outputs : mixed
$deprecation : mixed = ''
Tags
dataProvider

getLegacyTests

group

legacy

Return values
mixed

doIntegrationTest()

protected doIntegrationTest(mixed $file, mixed $message, mixed $condition, mixed $templates, mixed $exception, mixed $outputs[, mixed $deprecation = '' ]) : mixed
Parameters
$file : mixed
$message : mixed
$condition : mixed
$templates : mixed
$exception : mixed
$outputs : mixed
$deprecation : mixed = ''
Return values
mixed

getFixturesDir()

protected abstract getFixturesDir() : string
Return values
string

parseTemplates()

protected static parseTemplates(mixed $test) : mixed
Parameters
$test : mixed
Return values
mixed

Search results