-
Notifications
You must be signed in to change notification settings - Fork 0
Fix integration test #12
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
base: drupal8
Are you sure you want to change the base?
Conversation
|
Looks good, except the commented out parts of code. |
src/Tests/Integration/runtests.php
Outdated
| var_dump($drupal_dir); | ||
|
|
||
| static $kernel; | ||
| //static $kernel; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woops, forgot about this) Sure.
…static if look inside.
…to bootstrap a drupal.
|
@valentine94, removed old code + small refactoring. |
|
@vladdancer, looks good to me |
| "pear/net_smtp": "*" | ||
| "pear/net_smtp": "^1.7" | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the empty line at the end of file.
No description provided.