Hello,

In functional test:
$browser->info('Post a Story page')->
  info('Submit a Story')->

// this request forwards to login form
  get('/story/new')->
  with('request')->begin()->
    isParameter('module', 'story')->
    isParameter('action', 'new')->
  end()->

  click('sign in', array('signin' => array(
    'username'        => 'Tyler',
    'password'         => '*******',
  )));

  $cookies = $browser->getResponse()->getHttpHeader('Set-Cookie');
  print_r($cookies); <-- EMPTY HERE

can anyone help me with this problem?

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to