OMG many thanks for help I don't know if file should be corrected in tutorial as here also miss <?php
Thanks anyway hope can help someone else! On Sep 18, 11:09 am, Gábor Fási <[email protected]> wrote: > You seem to lack "<?php" at the beginning of the Jobeet unit test file. > > On Fri, Sep 18, 2009 at 09:54, ereallstaff <[email protected]> wrote: > > > Dear everybody. > > > I am blocked on day 8 of propel-jobeet tutorials.Limeseems 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 -~----------~----~----~----~------~----~------~--~---
