root/trunk/test/functional/main/localEventsActionsTest.php

Revision 46, 373 bytes (checked in by nperriault, 2 years ago)

As of now, trunk is broken. Use branches to get stable versions.

  • Preparing upgrade symfonians to use symfony 1.1
  • Added local events alpha feature
Line 
1 <?php
2
3 include(dirname(__FILE__).'/../../bootstrap/functional.php');
4
5 // create a new test browser
6 $browser = new sfTestBrowser();
7 $browser->initialize();
8
9 $browser->
10   get('/localEvents/index')->
11   isStatusCode(200)->
12   isRequestParameter('module', 'localEvents')->
13   isRequestParameter('action', 'index')->
14   checkResponseElement('body', '!/This is a temporary page/')
15 ;
16
Note: See TracBrowser for help on using the browser.