[symfony-users] Re: Unit tests fail with 'dubious' status

2010-07-22 Thread Lene Preuss
Hi there, any ideas, anybody? I'm kind of stuck here... Thanks, Lene On Jul 15, 6:55 pm, Lene Preuss lene.pre...@googlemail.com wrote: Hi list, I'm a newb to symfony, so forgive me if I'm asking a dumb question. I jumped into symfony writing unit tests. My tests run fine when I run them

[symfony-users] Re: Unit tests fail with 'dubious' status

2010-07-22 Thread Lene Preuss
is the future of Symfony, albeit with some exetensions. They are saving that part of Symfony 2 for last if I remember correctly.  I think they have their work cut out ofr them. On Jul 22, 12:36 am, Lene Preuss lene.pre...@googlemail.com wrote: Hi there, any ideas, anybody? I'm kind

[symfony-users] Re: Unit tests fail with 'dubious' status

2010-07-22 Thread Lene Preuss
/StoreTableTest.php By this way, you have the full output of your test script, even exceptions (dubious means script didn't ended as attended ( ie: fatal errors, uncaught exceptions, die(), ...). On 22 juil, 17:04, Lene Preuss lene.pre...@googlemail.com wrote: Well no, I'm using lime, I just

[symfony-users] Unit tests fail with 'dubious' status

2010-07-15 Thread Lene Preuss
Hi list, I'm a newb to symfony, so forgive me if I'm asking a dumb question. I jumped into symfony writing unit tests. My tests run fine when I run them as single test, e.g. php symfony test:unit Store but they all fail with a 'dubious' status when I run them all, e.g. php symfony test:unit