Closed (fixed)
Project:
Behat Drupal Extension
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2013 at 03:51 UTC
Updated:
22 May 2014 at 23:43 UTC
Jump to comment: Most recent
I have just updated my drupal extension using composer.phar update and now when I run bin/behat I get the following error. I am just tring to get my head around Behat and Mink but I will see if I can help
PHP Fatal error: Class Drupal\Driver\DrushDriver contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Drupal\Driver\DriverInterface::termDelete) in {projectdir}/vendor/drupal/drupal-extension/src/Drupal/Driver/DrushDriver.php on line 209
php --version PHP 5.4.9-4ubuntu2.1 (cli) (built: Jun 11 2013 13:08:51)
contents of my composer.json
{
"require": {
"drupal/drupal-extension": "*"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/"
}
}behat.yml
default:
paths:
features: 'features'
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
base_url: http://localhost/
default_session: "goutte"
javascript_session: "selenium2"
Drupal\DrupalExtension\Extension:
blackbox: ~
drush:
alias: local
composer.lock attached as composer.txt
| Comment | File | Size | Author |
|---|---|---|---|
| composer.txt | 41.96 KB | kehan |
Comments
Comment #1
amitaibuAdded PR in Github
https://github.com/jhedstrom/drupalextension/pull/9
Comment #2
jhedstrom#1 has been committed. Thanks!