I have recently migrated a project from 1.0 to 1.2 - primarily because
I had a problem where the func tests had stopped running properly. The
problem is, they still don't run properly in 1.2 - has anyone got an
idea what might be going on here?

Example test:

<?php

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

// create a new test browser
$browser = new sfTestBrowser();

$browser->get('/does_not_exist_1');
$browser->get('/does_not_exist_2');

?>

Test Output:

# get /does_not_exist_1
 Looks like everything went fine.

As you can see, the invalid route does not return an error (404) and
the second get() does not execute.
Any ideas?

cheers
dan
--~--~---------~--~----~------------~-------~--~----~
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