FunctionalTestCase
class FunctionalTestCase extends WebTestCase (View source)
Traits
Properties
| protected Client | $client | from MakesHttpRequests | |
| protected array | $server | from MakesHttpRequests | |
| protected bool | $followRedirects | from MakesHttpRequests | |
| protected array | $firewallLogins | from MakesHttpRequests | |
| protected bool | $catchExceptions | from MakesHttpRequests | |
| protected ObjectManager | $em | from InteractsWithDatabase | |
| protected ORMExecutor | $executor | from InteractsWithDatabase | |
| protected SchemaTool | $schemaTool | from InteractsWithDatabase | |
| protected VerbosityLevel | $verbosityLevel | from InteractsWithConsole | |
| protected bool | $decorated | from InteractsWithConsole |
Methods
request(string $method, string $uri, array $parameters = [], array $files = [], $content = null, bool $changeHistory = true)
No description
from MakesHttpRequests
json(string $method, string $uri, array $content)
No description
from MakesHttpRequests
loginAs(UserInterface $user, string $firewall = 'secured_area')
No description
from MakesHttpRequests
TokenInterface
createUserToken(UserInterface $user, string $firewallName)
No description
from MakesHttpRequests
array
getKernelOptions()
No description
void
loadFixtureClass(ContainerAwareLoader $loader, string $className)
No description
Container
getContainer()
No description
runCommand(string $name, array $parameters = [], array $inputs = null)
No description
from InteractsWithConsole
from InteractsWithConsole
void
ensureKernelBoot()
No description
void
setUp()
No description
void
tearDown()
No description
void
setUpTraits()
No description
void
tearDownTraits()
No description
array
getUsedTraits()
No description
string
getEnvironment()
No description
setEnvironment(string $env)
No description
TestContainer
getTestContainer()
No description