-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phpunit-core should not require Drupal installation #38
Comments
That is correct and I missed that the installation is done, too for phpunit-core. I usually used the phpunit runner with a dependency on drupal/drupal myself in cases where I only use tests in a dedicated tests directory, but I agree phpunit-core needlessly does that. Thanks for the bug report! |
mradcliffe
added a commit
to mradcliffe/drupal_ti
that referenced
this issue
Aug 8, 2015
mradcliffe
added a commit
to mradcliffe/drupal_ti
that referenced
this issue
Aug 8, 2015
mradcliffe
added a commit
to mradcliffe/drupal_ti
that referenced
this issue
Sep 8, 2015
mradcliffe
added a commit
to mradcliffe/drupal_ti
that referenced
this issue
Sep 8, 2015
yanniboi
pushed a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
yanniboi
pushed a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
…ons for backward compatibility.
yanniboi
added a commit
to yanniboi/drupal_ti
that referenced
this issue
Jan 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running phpunit tests should not require a Drupal installation as there should be no database state for those tests. It should only need to download Drupal.
Solution should be to decouple download and install tasks from the ensure drupal and ensure module functions.
The text was updated successfully, but these errors were encountered: