¡@

Home 

php Programming Glossary: webtestcase

PHPUnit - Unit Testing with items that need to send headers

http://stackoverflow.com/questions/190292/phpunit-unit-testing-with-items-that-need-to-send-headers

How to develop by faking login to test ACLs in Symfony 2

http://stackoverflow.com/questions/8455776/how-to-develop-by-faking-login-to-test-acls-in-symfony-2

you do need access to the container so you need to extend WebTestCase or roll your own ability to boot the kernel see here . I've.. a login convenience method. This can be done by extending WebTestCase and using the getContainer method on a client OR you can pull.. using the getContainer method on a client OR you can pull WebTestCase apart to roll your own base class which just boots the kernel..