Property | Type | Description | |
---|---|---|---|
$application | application | ||
$kernel | Symfony\Component\HttpKernel\KernelInterface | kernel |
Method | Description | |
---|---|---|
setUpBeforeClass ( ) | Set up before class. | |
tearDownAfterClass ( ) | Tear down after class. |
Method | Description | |
---|---|---|
createClient ( array $server = [] ) : |
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. |
Method | Description | |
---|---|---|
hasFixturesBundles ( ) : static | Has fixtures to load. |
protected static createClient ( array $server = [] ) : |
||
$server | array | An array of server parameters |
return | A Client instance |
protected static createKernel ( ) : Symfony\Component\HttpKernel\KernelInterface | ||
return | Symfony\Component\HttpKernel\KernelInterface | A KernelInterface instance |
protected static createSchema ( ) |
protected static getKernelClass ( ) : string | ||
return | string | The Kernel class name |
protected static loadFixtures ( ) |
protected static loadFixturesBundles ( ) : array | ||
return | array | Bundles name where fixtures should be found |
protected static loadSchema ( ) : boolean | ||
return | boolean | Load schema |
public static tearDownAfterClass ( ) |
protected static Application,Symfony\Bundle\FrameworkBundle\Console $application | ||
return |