git clone git://github.com/doctrine/doctrine2.git cd doctrine2 curl -s https://getcomposer.org/installer | php php composer.phar install --dev ./vendor/bin/phpunit
That's all you need to run the tests locally Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 12 March 2014 00:04, Parsifal <[email protected]> wrote: > > I am trying to do so, by calling phpunit do you mean, I have to run in > shell command on my server, on root of /vendor/ folder? or how can I call > it? > > > > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
