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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---