Files
portal-legacy/test/functional/atlbiomed/mapsActionsTest.php

16 lines
359 B
PHP
Raw Permalink Normal View History

2012-11-28 03:55:08 -05:00
<?php
include(dirname(__FILE__).'/../../bootstrap/functional.php');
// create a new test browser
$browser = new sfTestBrowser();
$browser->initialize();
$browser->
get('/maps/index')->
isStatusCode(200)->
isRequestParameter('module', 'maps')->
isRequestParameter('action', 'index')->
checkResponseElement('body', '!/This is a temporary page/')
;