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

Ibuildings Blog: Zend Framework testing: emulating HTTP calls

Zend Developer Zone: Build an Enterprise-Grade PHP Stack with Zend Server 5.0 and Oracle 11g

Stefan Mischook's Blog: PHP Classes and Objects video tutorial

O'Reilly: Migrating Web-Based PHP Applications to Ajax

Zend Developer Zone: Implementing a Stemming Analyzer for Zend_Search_Lucene


Community Events











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


rest introduction testing language unittest conference functional phpunit release symfony2 opinion database podcast interview development community zendframework2 usergroup framework series

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