SubscriptionActionsTest.php 358 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('/sol-violette/inscription1')->
  7. isStatusCode(200)->
  8. isRequestParameter('module', 'Subscription')->
  9. isRequestParameter('action', 'choice')->
  10. checkResponseElement('body', '!/This is a temporary page/');