WebTestCase
abstract class WebTestCase extends KernelTestCase
WebTestCase is the base class for functional tests.
Properties
static protected | $class | from KernelTestCase | |
static protected KernelInterface | $kernel | from KernelTestCase | |
static protected ContainerInterface | $container | from KernelTestCase |
Methods
static KernelInterface
bootKernel(array $options = array())
Boots the Kernel for this test.
from KernelTestCase
static Client
createClient(array $options = array(), array $server = array())
Creates a Client.
Details
static protected KernelInterface
bootKernel(array $options = array())
Boots the Kernel for this test.
static protected KernelInterface
createKernel(array $options = array())
Creates a Kernel.
Available options:
- environment
- debug
static protected Client
createClient(array $options = array(), array $server = array())
Creates a Client.