PHP Класс Elcodi\Bundle\TestCommonBundle\Functional\WebTestCase

Наследование: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase, use trait Elcodi\Bundle\CoreBundle\Container\Traits\ContainerAccessorTrait
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$application Symfony\Bundle\FrameworkBundle\Console\Application application
$kernel Symfony\Component\HttpKernel\KernelInterface kernel

Открытые методы

Метод Описание
setUpBeforeClass ( ) Set up before class.
tearDownAfterClass ( ) Tear down after class.

Защищенные методы

Метод Описание
createClient ( array $server = [] ) : Client Creates a Client.
createKernel ( ) : Symfony\Component\HttpKernel\KernelInterface Creates a Kernel.
createSchema ( ) Creates schema.
getKernelClass ( ) : string Attempts to guess the kernel location.
loadFixtures ( ) load fixtures method.
loadFixturesBundles ( ) : array Load fixtures of these bundles.
loadSchema ( ) : boolean Schema must be loaded in all test cases.
reloadScenario ( ) Reload scenario.

Приватные методы

Метод Описание
hasFixturesBundles ( ) : static Has fixtures to load.

Описание методов

createClient() защищенный статический Метод

Creates a Client.
protected static createClient ( array $server = [] ) : Client
$server array An array of server parameters
Результат Symfony\Bundle\FrameworkBundle\Client A Client instance

createKernel() защищенный статический Метод

Available options: * environment * debug
protected static createKernel ( ) : Symfony\Component\HttpKernel\KernelInterface
Результат Symfony\Component\HttpKernel\KernelInterface A KernelInterface instance

createSchema() защищенный статический Метод

Only creates schema if loadSchema() is set to true. All other methods will be loaded if this one is loaded. Otherwise, will return.
protected static createSchema ( )

getKernelClass() защищенный статический Метод

When the Kernel is located, the file is required.
protected static getKernelClass ( ) : string
Результат string The Kernel class name

loadFixtures() защищенный статический Метод

This method is only called if create Schema is set to true Only load fixtures if loadFixtures() is set to true. All other methods will be loaded if this one is loaded. Otherwise, will return.
protected static loadFixtures ( )

loadFixturesBundles() защищенный статический Метод

Load fixtures of these bundles.
protected static loadFixturesBundles ( ) : array
Результат array Bundles name where fixtures should be found

loadSchema() защищенный статический Метод

Schema must be loaded in all test cases.
protected static loadSchema ( ) : boolean
Результат boolean Load schema

reloadScenario() защищенный Метод

Reload scenario.
protected reloadScenario ( )

setUpBeforeClass() публичный статический Метод

Set up before class.
public static setUpBeforeClass ( )

tearDownAfterClass() публичный статический Метод

Tear down after class.
public static tearDownAfterClass ( )

Описание свойств

$application защищенное статическое свойство

application
protected static Application,Symfony\Bundle\FrameworkBundle\Console $application
Результат Symfony\Bundle\FrameworkBundle\Console\Application

$kernel защищенное статическое свойство

kernel
protected static KernelInterface,Symfony\Component\HttpKernel $kernel
Результат Symfony\Component\HttpKernel\KernelInterface