You seem to lack "<?php" at the beginning of the Jobeet unit test file.

On Fri, Sep 18, 2009 at 09:54, ereallstaff <ereallst...@gmail.com> wrote:
>
> Dear everybody.
>
> I am blocked on day 8 of propel-jobeet tutorials. Lime seems to don't
> execute the php commands.
>
> When I type :
>
> r...@ubuntu:/home/sfproject/jobeet# php symfony test:unit Jobeet
>
> ==> it writes
>
> require_once dirname(__FILE__).'/../bootstrap/unit.php';
>
> $t = new lime_test(6, new lime_output_color());
>
> $t->is(Jobeet::slugify('Sensio'), 'sensio');
> $t->is(Jobeet::slugify('sensio labs'), 'sensio-labs');
> $t->is(Jobeet::slugify('sensio   labs'), 'sensio-labs');
> $t->is(Jobeet::slugify('paris,france'), 'paris-france');
> $t->is(Jobeet::slugify('  sensio'), 'sensio');
> $t->is(Jobeet::slugify('sensio  '), 'sensio');
>
> I am on Ubuntu 9.04 - Jaunty Jackalope  -- Apache2 installed on PHP
> Version 5.2.6-3ubuntu4.2 and symfony 1.2
>
> Thanks for any help
>
> >
>

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