| 1 | <?php |
||
| 19 | class TestCase extends BaseWebTestCase |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public static function tearDownAfterClass() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | protected static function getKernelClass() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | protected static function createKernel(array $options = array()) |
||
| 48 | |||
| 49 | /** |
||
| 50 | * Clears temporary test kernel application folder in case of kernel implements TestKernelInterface |
||
| 51 | * @see TestKernelInterface::getTempAppDir |
||
| 52 | * |
||
| 53 | * @return void |
||
| 54 | */ |
||
| 55 | protected static function deleteTmpDirs() |
||
| 65 | } |