Skip to content
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

installation #7

Open
sela opened this issue Jun 3, 2014 · 2 comments
Open

installation #7

sela opened this issue Jun 3, 2014 · 2 comments

Comments

@sela
Copy link

sela commented Jun 3, 2014

loading the load plugin in bootstrap gives me an error.
do I need to run composer update? or the cake install should do the job? as I tried both and I get errors.

@Wolg
Copy link
Owner

Wolg commented Jun 4, 2014

We'll check it out shortly.

Meantime you can try to replace
CakePlugin::load('Behat')
with
require_once ROOT . DS . 'Vendor' . DS . 'autoload.php';

@sela
Copy link
Author

sela commented Jun 4, 2014

Thanks. Now I get the following error
Error: Class BehatShell could not be loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants