PrestataireActionsTest.php 363 B

12345678910111213
  1. <?php
  2. include(dirname(__FILE__).'/../../bootstrap/functional.php');
  3. // create a new test browser
  4. $browser = new sfTestBrowser();
  5. $browser->
  6. get('/prestataire/inscription')->
  7. isStatusCode(200)->
  8. isRequestParameter('module', 'Prestataire')->
  9. isRequestParameter('action', 'subscribestep1')->
  10. checkResponseElement('body', '!/This is a temporary page/');