News Feed
Jobs Feed
Sections




News Archive
Sebastian Göttschkes:
symfony2 Testing secure pages
October 08, 2012 @ 13:13:19

Sebastian Göttschkes has a new post to his site showing you how to test secure pages within your Symfony2 applications using a simple "requestWithAuth" method.

If you develop a web application, more often than not you have some kind of user section or admin panel where some kind of login identifies the user and protects your actions against usage from unauthorized people. It can be difficult to do functional tests with this kind of pages as you need to simulate some session or cookie context. In this tutorial, I want to show you how to test your functional pages with symfony2 and phpunit.

He includes a "bad way" to do it, cheating by making a client and feeding it the HTTP auth credentials, and a more correct way involving the "requestWithAuth" method that's called whenever the "request" is called to push those credentials along with every request. Code for this basic function is included.

0 comments voice your opinion now!
symfony2 testing unittest authentication http auth tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Search Engine Friendly Websites with the Zend Framework

Juan Treminio: Unit Testing with PHPUnit Tutorial Series

Stefan Mischook's Blog: Building Objects Video (Parts 1, 2 & 3)

Wojciech Sznapka's Blog: Power of PHP streams – decompress gz archives on the fly from remote server

AjaxRay.com: Extending Zend Form Element to create customized Phone number field


Community Events











Don't see your event here?
Let us know!


series example language object release unittest zendframework2 development opinion community interview functional podcast introduction framework conference phpunit code testing tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework