PHP 클래스 Elcodi\Bundle\TestCommonBundle\Functional\WebTestCase

상속: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase, use trait Elcodi\Bundle\CoreBundle\Container\Traits\ContainerAccessorTrait
파일 보기 프로젝트 열기: elcodi/elcodi 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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