solved

On 3 Aug., 09:19, "mlu...@gmail.com" <mlu...@gmail.com> wrote:
> Hi!
>
> I am writting tests for all my forms. Yesterday in the evening
> everything went fine and today it doesn't.
>
> This is the start of my test file:
> ...
> <?php
> include(dirname(__FILE__).'/../../bootstrap/functional.php');
> $browser = new sfTestFunctional(new sfBrowser());
> $browser->
>   get('/gamelists/index')->
>   with('request')->begin()->
>     isParameter('module', 'lists')->                                          
>        //1
>     isParameter('action', 'index')->                                          
>        //2
>   end()->
>   // check login
>   click('sign in', array( 'account' =>array(
>                                                 'user' => 'xxxx',
>                                                 'pass' => 'yyyy'
>   )))->
>   isRedirected()->
>   followRedirect()->
> ...
>
> The test simply stops at the redirect without ny errors. It says
> "everything went fine".
>
> 1. Can anybody say me please what i am doing wrong, I don't see it.
> 2. Is there a way to say how many tests are implemented in the file
> like for unit tests? So the framework can check if all test where
> made.
>
> michael

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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