All my functional tests refuse to fail or complete.
Here's an example:

<?php

include(dirname(__FILE__).'/../../bootstrap/functional.php');

// create a new test browser
$browser = new sfTestBrowser();
$browser->get('invalid_route_1');
$browser->get('invalid_route_2');


And here's the output:

# get invalid_route_1
 Looks like everything went fine.

Clearly everything went fine, except that route 1 should have failed
and route 2 was never executed!
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@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