Needs work
Project:
Drunit - PHPUnit and Selenium RC integration for Drupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jun 2011 at 00:54 UTC
Updated:
21 Jun 2011 at 03:49 UTC
I get the mentioned error when trying to run form Drush command line
Comments
Comment #1
andreiashu commentedCommitted a fix here.
I just realised that we kinda need a dev branch...
Comment #2
andreiashu commentedThis has been committed to both HEAD and 6.x-1.x.
Comment #3
andreiashu commentedForgot to add, my PHPUnit version says: "PHPUnit 3.4.15 by Sebastian Bergmann."
Comment #4
andreiashu commentedI just realised that this might not be as simple as I thought initially. I suppose that the function that we have in drunit.drush.inc needs to be moved in the main module file so that we can use it not only in drush:
For me the commit in #1 works but I only tested with drush. Can anyone else confirm if it is working for them in a standard setup (as in running phpunit command directly)?